AGI AgCrdnPlugin 11 Send comments on this topic.
SetUnits Method (IAgCrdnConfiguredCalcScalarWithRate)
See Also 
UnitAbbrv





Description

Sets the current units. Returns true for valid units, else returns false. Rates are given in the current units per sec

Syntax

[Visual Basic .NET]
Public Function SetUnits( _
   ByVal UnitAbbrv As String _
) As Boolean

[C#]
public bool SetUnits(
string UnitAbbrv
);

[Managed C++]
public: bool SetUnits(
String __gc ^ UnitAbbrv
);

[Java]
public bool setUnits(
String UnitAbbrv
);

[Unmanaged C++]
public: HRESULT SetUnits(
BSTR UnitAbbrv,
VARIANT_BOOL * ReturnValue
);

Parameters

UnitAbbrv

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1