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