STK ObjectsSend comments on this topic.
DimensionName Property (IAgDrDataSet)
See Also
Windows





Windows & Linux

Description

Returns the dimension of elements of the dataset.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.