This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeLayerProperties Interface > IGlobeLayerProperties.MinimumDistance Property (ArcObjects .NET 10.5 SDK) |
The minimum distance at which the layer is visible.
[Visual Basic .NET] Public Property MinimumDistance As Double
[C#] public double MinimumDistance {get; set;}
[C++]
HRESULT get_MinimumDistance(
double* pDistance
);
[C++]
HRESULT put_MinimumDistance(
double pDistance
);
[C++]
Parameters pDistance [out, retval] pDistance is a parameter of type double pDistance [in] pDistance is a parameter of type double