AGI STK VGT 11Send comments on this topic.
Set Method (IAgCrdnCalcScalarDataElement)
See Also
DataProvider
ElementName
Windows






Windows & Linux

Description

Set the data provider and the element name.

Syntax

[Visual Basic .NET]
Public Sub Set( _
    ByVal DataProvider As String, _
    ByVal ElementName As String _
) As 
[C#]
public void Set(
    string DataProvider,
    string ElementName
);
[Managed C++]
public: void Set(
    String __gc ^ DataProvider,
    String __gc ^ ElementName
);
[Java]
public void set(
    String DataProvider,
    String ElementName
);
[Unmanaged C++]
public: HRESULT Set(
    BSTR DataProvider,
    BSTR ElementName
);

Parameters

DataProvider
ElementName

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.