ArcGIS Pro 2.6 API Reference Guide
SymbolSubstitutionType Enumeration

ArcGIS.Core.CIM Namespace : SymbolSubstitutionType Enumeration
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 10, Windows 8.1, Windows 7

See Also

Reference

ArcGIS.Core.CIM Namespace