ArcGIS Pro 2.8 API Reference Guide
GetSymbol Method (EditingTemplate)

ArcGIS.Desktop.Editing.Templates Namespace > EditingTemplate Class : GetSymbol Method
Retrieves the symbol that would be used by a feature created from this template. This method must be called on the MCT. Use QueuedTask.Run.
Syntax
public CIMSymbolReference GetSymbol()
Public Function GetSymbol() As CIMSymbolReference

Return Value

A symbol.
Exceptions
ExceptionDescription
This method or property must be called within the lambda passed to QueuedTask.Run.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

EditingTemplate Class
EditingTemplate Members