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 _
)
[C#]
public void Set(
    string DataProvider,
    string ElementName
);
[Managed C++]
public: void Set(
    String __gc ^ DataProvider,
    String __gc ^ ElementName
);
[Unmanaged C++]
public: HRESULT Set(
    BSTR DataProvider,
    BSTR ElementName
);
[Java]
public void set(
    String DataProvider,
    String ElementName
);
[Python - STK API ]
def Set(self, DataProvider:str, ElementName:str) -> None:

Parameters

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.