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

In This Topic
    ProfileObstacleGroundDisplayOption Enumeration
    In This Topic
    Options for displaying the base of polygon/polyline obstacles.
    Syntax
    public enum ProfileObstacleGroundDisplayOption : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
    Public Enum ProfileObstacleGroundDisplayOption 
       Inherits System.Enum
       Implements System.IComparable, System.IConvertible, System.IFormattable 
    Members
    MemberDescription
    Actual Show the actual ground elevation of each vertex
    Average Show the average ground elevation for all the vertices
    Max Show the maximum ground elevation for all the vertices
    Min Show the minimum ground elevation for all the vertices
    Inheritance Hierarchy

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

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also