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


IScaleTracker.ScaleFactor Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Display)  

IScaleTracker.ScaleFactor Property

The scale factor.

[Visual Basic .NET]
Public ReadOnly Property ScaleFactor As Double
[C#]
public double ScaleFactor {get;}
[C++]
HRESULT get_ScaleFactor(
  double* factor
);
[C++]

Parameters factor [out, retval] factor is a parameter of type double

Product Availability

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

See Also

IScaleTracker Interface