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


IEditProperties4.ActiveSelectedVertexSymbol 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.ActiveSelectedVertexSymbol Property
ArcGIS Developer Help

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