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


IGlobeLayerProperties.EstimateThresholdDistances Method (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.EstimateThresholdDistances Method
ArcGIS Developer Help

IGlobeLayerProperties.EstimateThresholdDistances Method

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(
  System.Double* minVisibleDistance,
  System.Double* maxVisibleDistance
);
[C++]
Parameters
minVisibleDistance [out]

minVisibleDistance is a parameter of type double* maxVisibleDistance [out]
maxVisibleDistance is a parameter of type double*

Product Availability

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

See Also

IGlobeLayerProperties Interface