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
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Remarks
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.