This document is archived and information here might be outdated.  Recommended version.


ILevelRenderer.CurrentDrawLevel Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IL > ILevelRenderer Interface > ILevelRenderer.CurrentDrawLevel Property
ArcGIS Developer Help

ILevelRenderer.CurrentDrawLevel Property

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.

See Also

ILevelRenderer Interface