This document is archived and information here might be outdated. Recommended version. |
Symbol used to draw the selected vertices of the edit sketch.
[Visual Basic .NET] Public Property ActiveSketchVertexSymbol As IMarkerSymbol
[C#] public IMarkerSymbol ActiveSketchVertexSymbol {get; set;}
Use this property to change the symbology of the selected vertices in the edit sketch. By default, selected edit sketch vertices are drawn as hollow green squares.
In the UI this is set in the general tab on the Editor Options dialog.
IEditProperties4 edit4 = m_editor as IEditProperties4;
//Get a reference to the default sketch marker symbol.
IMarkerSymbol markerSym = edit4.ActiveSketchVertexSymbol;
IEditProperties4 Interface | IEditProperties.SketchVertexSymbol Property | IEditProperties.SketchSymbol Property