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