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


IGlobeLayerInfo.MaximumDistance Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GlobeCore)  

IGlobeLayerInfo.MaximumDistance Property

The maximum visibility distance.

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

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

Product Availability

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

See Also

IGlobeLayerInfo Interface