ArcObjects Library Reference (Editor)  

IEditProperties4.ActiveSelectedVertexSymbol Property

Symbol used to draw the selected active vertex of the edit sketch.

[Visual Basic .NET]
Public Property ActiveSelectedVertexSymbol As IMarkerSymbol
[C#]
public IMarkerSymbol ActiveSelectedVertexSymbol {get; set;}

Product Availability

Available with ArcGIS Desktop.

Remarks

Use this property to change the symbology of the last point in the edit sketch when it is selected. By default this point is drawn as a red hollow square.

In the UI this is set in the general tab on the Editor Options dialog.

See Also

IEditProperties4 Interface | IEditProperties.SketchVertexSymbol Property | IEditProperties.SketchSymbol Property