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


ISnapGuides.DrawLevel Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

ISnapGuides.DrawLevel Property

Level where guides are drawn.

[Visual Basic .NET]
Public Property DrawLevel As esriViewDrawPhase
[C#]
public esriViewDrawPhase DrawLevel {get; set;}
[C++]
HRESULT get_DrawLevel(
  esriViewDrawPhase* DrawLevel
);
[C++]
HRESULT put_DrawLevel(
  esriViewDrawPhase DrawLevel
);
[C++]

Parameters DrawLevel [out, retval]
DrawLevel is a parameter of type esriViewDrawPhase DrawLevel [in]
DrawLevel is a parameter of type esriViewDrawPhase

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ISnapGuides Interface