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


IGlobeLayerProperties.MaximumDistance Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeLayerProperties Interface > IGlobeLayerProperties.MaximumDistance Property
ArcGIS Developer Help

IGlobeLayerProperties.MaximumDistance Property

The maximum distance at which the layer is visible.

[Visual Basic .NET]
Public Property MaximumDistance As Double
[C#]
public double MaximumDistance {get; set;}
[C++]
HRESULT get_MaximumDistance(
  System.Double* pDistance
);
[C++]
HRESULT put_MaximumDistance(
  double pDistance
);
[C++]
Parameters
pDistance [out, retval]

pDistance is a parameter of type double* pDistance [in]
pDistance is a parameter of type double

Product Availability

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

See Also

IGlobeLayerProperties Interface