This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > ID > IDisplayTransformationScales Interface > IDisplayTransformationScales.GetUserScale Method (ArcObjects .NET 10.4 SDK) |
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