STK Vector Geometry ToolSend 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.
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
The name of the data provider.
ElementName
The name of the element of the data provider.

See Also

© 2020 Analytical Graphics, Inc. All Rights Reserved.