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