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 > IGlobeLayerProperties4 Interface > IGlobeLayerProperties4.EstimateThresholdDistances Method (ArcObjects .NET 10.5 SDK) |
Suggests visibility distance range for the layer.
[Visual Basic .NET] Public Sub EstimateThresholdDistances ( _ ByRef minVisibleDistance As Double, _ ByRef maxVisibleDistance As Double _ )
[C#] public void EstimateThresholdDistances ( ref double minVisibleDistance, ref double maxVisibleDistance );
[C++]
HRESULT EstimateThresholdDistances(
double* minVisibleDistance,
double* maxVisibleDistance
);
[C++]
Parameters minVisibleDistance [out] minVisibleDistance is a parameter of type double maxVisibleDistance [out] maxVisibleDistance is a parameter of type double