Method to set unit preferences.
[Visual Basic .NET] |
---|
Public Sub SetCurrentUnit( _ ByVal UnitAbbrv As String _ ) |
[C#] |
---|
public void SetCurrentUnit( string UnitAbbrv ); |
[Managed C++] |
---|
public: void SetCurrentUnit( String __gc ^ UnitAbbrv ); |
[Unmanaged C++] |
---|
public: HRESULT SetCurrentUnit( BSTR UnitAbbrv ); |
[Java] |
---|
public void setCurrentUnit( String UnitAbbrv ); |
[Python - STK API ] |
---|
def SetCurrentUnit(self, UnitAbbrv:str) -> None: |
- UnitAbbrv
- The unit abbreviation to set for the dimension.