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

In This Topic
    ProfileObstacleMarkerLocation Enumeration
    In This Topic
    Marker display location options.
    Syntax
    public enum ProfileObstacleMarkerLocation : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
    Public Enum ProfileObstacleMarkerLocation 
       Inherits System.Enum
       Implements System.IComparable, System.IConvertible, System.IFormattable 
    Members
    MemberDescription
    Base Show marker at the base of obstacle
    Surface Show marker at the OIS surface
    Top Show marker at the top of obstacle
    Inheritance Hierarchy

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

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also