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


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

IDisplayTransformationScales.GetUserScale Method

Get the user scales.

[Visual Basic .NET]
Public Function GetUserScale ( _
    ByVal idx As Integer _
) As Double
[C#]
public double GetUserScale (
    int idx
);
[C++]
HRESULT GetUserScale(
  long idx,
  double* scale
);
[C++]

Parameters idx [in] idx is a parameter of type long scale [out, retval] scale is a parameter of type double

Product Availability

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

See Also

IDisplayTransformationScales Interface