AGI STK VGT 11 Send comments on this topic.
Set Method (IAgCrdnCalcScalarDataElement)
See Also 
DataProvider
The name of the data provider.
ElementName
The name of the element of the data provider.





Description

Set the data provider and the element name.

Syntax

[Visual Basic .NET]
Public Sub Set( _
   ByVal DataProvider As String, _
   ByVal ElementName As String _
) 

[C#]
public void Set(
string DataProvider,
string ElementName
);

[Managed C++]
public: void Set(
String __gc ^ DataProvider,
String __gc ^ ElementName
);

[Java]
public  set(
String DataProvider,
String ElementName
);

[Unmanaged C++]
public: HRESULT Set(
BSTR DataProvider,
BSTR ElementName
);

Parameters

DataProvider
The name of the data provider.
ElementName
The name of the element of the data provider.

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1