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;}
Product Availability
Available with ArcGIS Desktop.
Remarks
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.
[C#]
IEditProperties4
edit4 = m_editor as IEditProperties4; //Get a reference to the default sketch marker symbol.IMarkerSymbol markerSym = edit4.ActiveSketchVertexSymbol;
See Also
IEditProperties4 Interface | IEditProperties.SketchVertexSymbol Property | IEditProperties.SketchSymbol Property