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


IGlobeViewUtil.ScalingDistance Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GlobeCore)  

IGlobeViewUtil.ScalingDistance Property

The current distance used for scale range comparisons.

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

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

Product Availability

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

See Also

IGlobeViewUtil Interface