STK UtilSend comments on this topic.
ConvertToUnit Method (IAgQuantity)
See Also
UnitAbbrv
Windows





Windows & Linux

Description

Changes the value in this quantity to the specified unit.

Syntax

[Visual Basic .NET]
Public Sub ConvertToUnit( _
    ByVal UnitAbbrv As String _
)
[C#]
public void ConvertToUnit(
    string UnitAbbrv
);
[Managed C++]
public: void ConvertToUnit(
    String __gc ^ UnitAbbrv
);
[Unmanaged C++]
public: HRESULT ConvertToUnit(
    BSTR UnitAbbrv
);
[Java]
public void convertToUnit(
    String UnitAbbrv
);
[Python - STK API ]
def ConvertToUnit(self, UnitAbbrv:str) -> None:

Parameters

UnitAbbrv

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.