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


IGlobeDisplayLayers.SetLayerDepthPriority Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeDisplayLayers Interface > IGlobeDisplayLayers.SetLayerDepthPriority Method
ArcGIS Developer Help

IGlobeDisplayLayers.SetLayerDepthPriority Method

Sets face depth priority of a layer.

[Visual Basic .NET]
Public Sub SetLayerDepthPriority ( _
    ByVal pLayer As ILayer, _
    ByVal depthPrior As Integer _
)
[C#]
public void SetLayerDepthPriority (
    ILayer pLayer,
    int depthPrior
);
[C++]
HRESULT SetLayerDepthPriority(
  ILayer* pLayer,
  Long depthPrior
);
[C++]
Parameters
pLayer [in]

pLayer is a parameter of type ILayer* depthPrior [in]
depthPrior is a parameter of type int

Product Availability

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

See Also

IGlobeDisplayLayers Interface