Sets the current units.
[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 ); |
- UnitAbbrv