STK AgCrdnPluginSend comments on this topic.
SetUnits Method (IAgCrdnConfiguredCalcScalarWithRate)
See Also
UnitAbbrv
Windows





Windows & Linux

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
);
[Unmanaged C++]
public: HRESULT SetUnits(
    BSTR UnitAbbrv,
    VARIANT_BOOL * pResult
);
[Java]
public bool setUnits(
    String UnitAbbrv
);

Parameters

UnitAbbrv

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.