ArcGIS Pro 2.9 API Reference Guide
SetVertexSymbolOptions Method

ArcGIS.Desktop.Core Namespace > EditingOptions Class : SetVertexSymbolOptions Method
The type of vertex symbol to obtain.
The new vertex symbol.
Sets the symbol for a vertex while sketching. This method must be called on the MCT. Use QueuedTask.Run.
Syntax
public void SetVertexSymbolOptions( 
   VertexSymbolType symbolType,
   VertexSymbolOptions vertexSymbol
)
Public Sub SetVertexSymbolOptions( _
   ByVal symbolType As VertexSymbolType, _
   ByVal vertexSymbol As VertexSymbolOptions _
) 

Parameters

symbolType
The type of vertex symbol to obtain.
vertexSymbol
The new vertex symbol.
Exceptions
ExceptionDescription
This method or property must be called within the lambda passed to QueuedTask.Run.
Symbol options are not valid. See CanSetVertexSymbolOptions for details on option settings.
Remarks
This method calls the CanSetVertexSymbolOptions function prior to setting the symbol values. If the options are invalid, no updates are made to the symbol.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

EditingOptions Class
EditingOptions Members