AGI STK Util 11 Send comments on this topic.
ConvertToUnit Method (IAgQuantity)
See Also 
UnitAbbrv





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
);

[Java]
public  convertToUnit(
String UnitAbbrv
);

[Unmanaged C++]
public: HRESULT ConvertToUnit(
BSTR UnitAbbrv
);

Parameters

UnitAbbrv

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1