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

In This Topic
    ProfileTerrainDisplayOption Enumeration
    In This Topic
    Options to control how terrain data is displayed.
    Syntax
    public enum ProfileTerrainDisplayOption : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
    Public Enum ProfileTerrainDisplayOption 
       Inherits System.Enum
       Implements System.IComparable, System.IConvertible, System.IFormattable 
    Members
    MemberDescription
    All Show the entire terrain using single symbol
    Highlight Use two different symbols to display the terrain above and below the OIS surface
    None Terrain is not displayed
    PenetratingOnly Show only the terrain that is above the OIS surface
    Inheritance Hierarchy

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

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also