STK UtilSend comments on this topic.
ResetUnits Method (IAgUnitPrefsDimCollection)
See Also
Windows





Windows & Linux

Description

Resets the unitpreferences to the Default units.

Syntax

[Visual Basic .NET]
Public Sub ResetUnits()
[C#]
public void ResetUnits();
[Managed C++]
public: void ResetUnits();
[Unmanaged C++]
public: HRESULT ResetUnits();
[Java]
public void resetUnits();
[Python - STK API ]
def ResetUnits(self) -> None:

See Also

Example

Reset all current unit preferences
[C#]
// Reset Units
root.UnitPreferences.ResetUnits();
Reset all current unit preferences
[Visual Basic .NET]
' Reset Units
root.UnitPreferences.ResetUnits()
© 2024 Analytical Graphics, Inc. All Rights Reserved.