This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IL > ILevelRenderer Interface > ILevelRenderer.CurrentDrawLevel Property (ArcObjects .NET 10.5 SDK) |
The current draw level, (set to -1 to draw all levels).
[Visual Basic .NET]
Public WriteOnly Property CurrentDrawLevel
[C#] public void CurrentDrawLevel {set;}
[C++]
HRESULT put_CurrentDrawLevel(
long
);
[C++]
Parameters [in] is a parameter of type long
This property is set by the framework at draw time to specify which symbol level the renderer is to draw. If implementing a custom renderer that implements ILevelRenderer, you can check this property in your implementation of IFeatureRenderer::Draw to know which symbol level to draw.