ArcGIS Pro 2.9 API Reference Guide
SetSegmentSymbolOptions Method

ArcGIS.Desktop.Core Namespace > EditingOptions Class : SetSegmentSymbolOptions Method
The new segment symbol
Sets the segment sketch symbol. This method must be called on the MCT. Use QueuedTask.Run.
Syntax
public void SetSegmentSymbolOptions( 
   SegmentSymbolOptions segmentSymbol
)
Public Sub SetSegmentSymbolOptions( _
   ByVal segmentSymbol As SegmentSymbolOptions _
) 

Parameters

segmentSymbol
The new segment symbol
Exceptions
ExceptionDescription
This method or property must be called within the lambda passed to QueuedTask.Run.
Symbol options are not valid. See CanSetSegmentSymbolOptions for details on option settings.
Remarks
This method calls the CanSetSegmentSymbolOptions 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