ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.CIM Namespace / CIMSymbolReference Class
Members Example

In This Topic
    CIMSymbolReference Class
    In This Topic
    Represents a symbol reference.
    Object Model
    CIMSymbolReference ClassCIMSymbolReference ClassCIMSymbolReference ClassCIMSymbol ClassCIMSymbol Class
    Syntax
    Remarks
    Symbol references currently store the symbol in-line in the symbol property. Overrides here are used primarily by renderers to pass overrides through the drawing pipeline.
    Example
    How to get symbol reference from a symbol
    CIMPolygonSymbol symbol = SymbolFactory.Instance.ConstructPolygonSymbol(ColorFactory.Instance.RedRGB);
    
    //Get symbol reference from the symbol
    CIMSymbolReference symbolReference = symbol.MakeSymbolReference();
    
    Inheritance Hierarchy

    System.Object
       ArcGIS.Core.CIM.CIMObject
          ArcGIS.Core.CIM.CIMSymbolReference

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also