STK UtilSend comments on this topic.
Unit Property (IAgQuantity)
See Also
Windows





Windows & Linux

Description

Get the current Unit abbreviation.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.