This document is archived and information here might be outdated.  Recommended version.


IDisplayTransformationScales.RemoveUserScale Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Display)  

IDisplayTransformationScales.RemoveUserScale Method

Remove a user scale.

[Visual Basic .NET]
Public Sub RemoveUserScale ( _
    ByVal scale As Double _
)
[C#]
public void RemoveUserScale (
    double scale
);
[C++]
HRESULT RemoveUserScale(
  double scale
);
[C++]

Parameters scale [in] scale is a parameter of type double

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IDisplayTransformationScales Interface