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.