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