STK UtilSend comments on this topic.
CurrentUnit Property (IAgUnitPrefsDim)
See Also
Windows





Windows & Linux

Description

Returns the current unit for this dimension.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property CurrentUnit() As IAgUnitPrefsUnit
[C#]
public IAgUnitPrefsUnit CurrentUnit {get;}
[Managed C++]
public: __property IAgUnitPrefsUnit ^ get_CurrentUnit();
[Unmanaged C++]
public: HRESULT get_CurrentUnit(
    IAgUnitPrefsUnit ** ppUnitPrefsUnit
);
[Java]
public IAgUnitPrefsUnit getCurrentUnit();
[Python - STK API ]
@property
def CurrentUnit(self) -> "IAgUnitPrefsUnit":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.