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


IEditProperties4.ActiveSketchVertexSymbol Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > IE > IEditProperties4 Interface > IEditProperties4.ActiveSketchVertexSymbol Property
ArcGIS Developer Help

IEditProperties4.ActiveSketchVertexSymbol Property

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