Returns the current unit for this dimension.
Read-only property
[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": |