STK Vector Geometry ToolSend comments on this topic.
Group Property (IAgCrdnCalcScalarDataElement)
See Also
Windows





Windows & Linux

Description

A group name the data element is a part of. If the element is not a part of a group, the property will return an empty string.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Group() As String
[C#]
public string Group {get;}
[Managed C++]
public: __property String __gc ^ get_Group();
[Unmanaged C++]
public: HRESULT get_Group(
    BSTR * pRetVal
);
[Java]
public String getGroup();
[Python - STK API ]
@property
def Group(self) -> str:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.