ArcGIS Pro 2.9 API Reference Guide
CanSetSegmentSymbolOptions Method

ArcGIS.Desktop.Core Namespace > EditingOptions Class : CanSetSegmentSymbolOptions Method
The segment symbol
Determines if the segment sketch symbol can be set.
Syntax
public bool CanSetSegmentSymbolOptions( 
   SegmentSymbolOptions segmentSymbol
)
Public Function CanSetSegmentSymbolOptions( _
   ByVal segmentSymbol As SegmentSymbolOptions _
) As Boolean

Parameters

segmentSymbol
The segment symbol

Return Value

True if the segment symbol options are valid. False otherwise.
Remarks
This function should be called prior to SetSegmentSymbolOptions 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