ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.CIM Namespace / SymbolSubstitutionType Enumeration

In This Topic
    SymbolSubstitutionType Enumeration
    In This Topic
    Symbol substitution types.
    Syntax
    public enum SymbolSubstitutionType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
    Public Enum SymbolSubstitutionType 
       Inherits System.Enum
       Implements System.IComparable, System.IConvertible, System.IFormattable 
    Members
    MemberDescription
    Color Substitute color.
    IndividualDominant Substitute individual symbols in the collection with the symbol taking precedence to overrides.
    IndividualSubordinate Substitute individual symbols in the collection with overrides taking precedence to symbols.
    None No symbol substitution.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ArcGIS.Core.CIM.SymbolSubstitutionType

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also