This document is archived and information here might be outdated. Recommended version. |
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