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


IGlobeLayerProperties5.EstimateThresholdDistances Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GlobeCore)  

IGlobeLayerProperties5.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(
  double* minVisibleDistance,
  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

IGlobeLayerProperties5 Interface