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





Windows & Linux

Description

Sets the current units.

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.