STK UtilSend comments on this topic.
SetCurrentUnit Method (IAgUnitPrefsDim)
See Also
UnitAbbrv
The unit abbreviation to set for the dimension.
Windows





Windows & Linux

Description

Method to set unit preferences.

Syntax

[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:

Parameters

UnitAbbrv
The unit abbreviation to set for the dimension.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.