ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Editing.Templates Namespace / EditingTemplate Class / GetSymbolAsync Method

In This Topic
    GetSymbolAsync Method
    In This Topic
    Gets the symbol that would be used by a feature created from this template.
    Syntax
    public Task<CIMSymbolReference> GetSymbolAsync()
    Public Function GetSymbolAsync() As Task(Of CIMSymbolReference)

    Return Value

    A Task representing the
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also