This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeDisplayLayers Interface > IGlobeDisplayLayers.SetLayerDepthPriority Method (ArcObjects .NET 10.4 SDK) |
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