ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Core.CIM Namespace / CIMElementStorage Class / Symbols Property

In This Topic
    Symbols Property (CIMElementStorage)
    In This Topic
    Gets or sets the symbols used by graphic elements.
    Syntax
    Public Property Symbols As CIMSymbolIdentifier()
    public CIMSymbolIdentifier[] Symbols {get; set;}
    Remarks
    The symbol reference inside graphic elements will have a null Symbol, and instead refer to a symbol in this collection by name. The names are generated programmatically.
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also