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


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

IGlobeLayerInfo.MinimumDistance Property

The minimum visibility distance.

[Visual Basic .NET]
Public ReadOnly Property MinimumDistance As Double
[C#]
public double MinimumDistance {get;}
[C++]
HRESULT get_MinimumDistance(
  System.Double* pMinDistance
);
[C++]
Parameters
pMinDistance [out, retval]

pMinDistance is a parameter of type double*

Product Availability

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

See Also

IGlobeLayerInfo Interface