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


IGlobeDisplayLayers.SetLayerDepthPriority Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GlobeCore)  

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 Long

Product Availability

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

See Also

IGlobeDisplayLayers Interface