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

In This Topic
    ProfileObstacleSymbolSubstitutionType Enumeration
    In This Topic
    Types of symbol substitution used to display obstacles.
    Syntax
    public enum ProfileObstacleSymbolSubstitutionType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
    Public Enum ProfileObstacleSymbolSubstitutionType 
       Inherits System.Enum
       Implements System.IComparable, System.IConvertible, System.IFormattable 
    Members
    MemberDescription
    None No substitute symbols used to display obstacles
    Penetrating Penetrating obstacles are displayed with substitute symbols
    Protruding Protruding portion of penetrating obstacles is displayed with substitute symbols
    Inheritance Hierarchy

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

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also