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


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

IGlobeLayerProperties5.SetDistanceThresholdsExt Method

Sets distance thresholds for the textures.

[Visual Basic .NET]
Public Sub SetDistanceThresholdsExt ( _
    ByVal lodShift0 As Integer, _
    ByVal maxDistance0 As Double, _
    ByVal lodShift1 As Integer, _
    ByVal maxDistance1 As Double, _
    ByVal lodShift2 As Integer _
)
[C#]
public void SetDistanceThresholdsExt (
    int lodShift0,
    double maxDistance0,
    int lodShift1,
    double maxDistance1,
    int lodShift2
);
[C++]
HRESULT SetDistanceThresholdsExt(
  Long lodShift0,
  double maxDistance0,
  Long lodShift1,
  double maxDistance1,
  Long lodShift2
);
[C++]

Parameters lodShift0 [in] lodShift0 is a parameter of type Long maxDistance0 [in] maxDistance0 is a parameter of type double lodShift1 [in] lodShift1 is a parameter of type Long maxDistance1 [in] maxDistance1 is a parameter of type double lodShift2 [in] lodShift2 is a parameter of type Long

Product Availability

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

See Also

IGlobeLayerProperties5 Interface