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


IGlobeLayerInfo.MinimumDistance Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GlobeCore)  

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(
  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