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






Windows & Linux

Description

Sets the current units. Returns true for valid units, else returns false.

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

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface