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


IEngineEditProperties.SelectedVertexSymbol Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IE > IEngineEditProperties Interface > IEngineEditProperties.SelectedVertexSymbol Property
ArcGIS Developer Help

IEngineEditProperties.SelectedVertexSymbol Property

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

[Visual Basic .NET]
Public Property SelectedVertexSymbol As IMarkerSymbol
[C#]
public IMarkerSymbol SelectedVertexSymbol {get; set;}
[C++]
HRESULT get_SelectedVertexSymbol(
  IMarkerSymbol** symbol
);
[C++]
HRESULT putref_SelectedVertexSymbol(
  IMarkerSymbol* symbol
);
[C++]
Parameters
symbol [out, retval]

symbol is a parameter of type IMarkerSymbol** symbol [in]
symbol is a parameter of type IMarkerSymbol*

Product Availability

Available with ArcGIS Engine.

Description

The SelectedVertexSymbol used for the last point (active point) in the edit sketch. By default this point is drawn in red and has a size of 4.

See Also

IEngineEditProperties Interface