ArcGIS Pro 2.9 API Reference Guide
CanSetVertexSymbolOptions Method

ArcGIS.Desktop.Core Namespace > EditingOptions Class : CanSetVertexSymbolOptions Method
The type of vertex symbol to obtain.
The vertex symbol.
Determines if the vertex sketch symbol can be set.
Syntax
public bool CanSetVertexSymbolOptions( 
   VertexSymbolType symbolType,
   VertexSymbolOptions vertexSymbol
)
Public Function CanSetVertexSymbolOptions( _
   ByVal symbolType As VertexSymbolType, _
   ByVal vertexSymbol As VertexSymbolOptions _
) As Boolean

Parameters

symbolType
The type of vertex symbol to obtain.
vertexSymbol
The vertex symbol.

Return Value

True if the vertex symbol options are valid. False otherwise.
Remarks
This function should be called prior to SetVertexSymbolOptions to ensure the parameters are valid. It checks the following
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

EditingOptions Class
EditingOptions Members