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





Windows & Linux

Description

Returns collection of Units.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property AvailableUnits() As IAgUnitPrefsUnitCollection
[C#]
public IAgUnitPrefsUnitCollection AvailableUnits {get;}
[Managed C++]
public: __property IAgUnitPrefsUnitCollection ^ get_AvailableUnits();
[Unmanaged C++]
public: HRESULT get_AvailableUnits(
    IAgUnitPrefsUnitCollection ** ppUnitPrefsUnitCollection
);
[Java]
public IAgUnitPrefsUnitCollection getAvailableUnits();
[Python - STK API ]
@property
def AvailableUnits(self) -> "IAgUnitPrefsUnitCollection":

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.