STK AstrogatorSend comments on this topic.
UnitDimension Property (IAgVAUserVariable)
See Also
Windows





Windows & Linux

Description

Get the dimension of the user variable.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.