ArcGIS Pro 2.6 API Reference Guide
ProfileObstacleGroundDisplayOption Enumeration

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

See Also

Reference

ArcGIS.Core.CIM Namespace