Jump to content
Software FX Community

Use GetExternalData in C#


User (Legacy)

Recommended Posts

Hi,

We are using the ChartFX client-server edition 5.1 in C#.And when we

referencd to the GetExternalData(...) method,we found that two parameters

were needed,the first is the CfxDataArray object as the API reference guide

indicated,and the second is an object which we could not found any

information in any of the documents shipped with the product.And the helper

doc of the GetExternalData displayed only how to use it in VB,in which the

2nd parameter was not needed.

So here is our question:what the 2nd parameter suppose to be in this strange

call?

Any help will be highly appreciated.Thanks a lot.

Whyithappen

zhang.ke@feep.com.cn

Link to comment
Share on other sites

This parameter is an initialization value for the External Data provider,

this parameter is useful when you pass a class name instead of an actual

object, when you pass an actual object that you already created and

initialized, you can ignore this parameter, you can pass any value.

--

FP

Software FX, Inc.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...