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


IDisplayTransformationScales.AddUserScale Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Display)  

IDisplayTransformationScales.AddUserScale Method

Add a new user scale.

[Visual Basic .NET]
Public Sub AddUserScale ( _
    ByVal scale As Double _
)
[C#]
public void AddUserScale (
    double scale
);
[C++]
HRESULT AddUserScale(
  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