STK Vector Geometry ToolSend comments on this topic.
SetWithGroup Method (IAgCrdnCalcScalarDataElement)
See Also
DataProvider
The name of the data provider.
TypeName
ElementName
The name of the element of the sub-provider.
Windows





Windows & Linux

Description

Set the data provider name, the element name, and data provider type name.

Syntax

[Visual Basic .NET]
Public Sub SetWithGroup( _
    ByVal DataProvider As String, _
    ByVal TypeName As String, _
    ByVal ElementName As String _
)
[C#]
public void SetWithGroup(
    string DataProvider,
    string TypeName,
    string ElementName
);
[Managed C++]
public: void SetWithGroup(
    String __gc ^ DataProvider,
    String __gc ^ TypeName,
    String __gc ^ ElementName
);
[Unmanaged C++]
public: HRESULT SetWithGroup(
    BSTR DataProvider,
    BSTR TypeName,
    BSTR ElementName
);
[Java]
public void setWithGroup(
    String DataProvider,
    String TypeName,
    String ElementName
);
[Python - STK API ]
def SetWithGroup(self, DataProvider:str, TypeName:str, ElementName:str) -> None:

Parameters

DataProvider
The name of the data provider.
TypeName
ElementName
The name of the element of the sub-provider.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.