AGI STK Util 11Send 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();
[Java]
public void resetUnits();
[Unmanaged C++]
public: HRESULT ResetUnits();

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()
© 2019 Analytical Graphics, Inc. All Rights Reserved.