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

In This Topic
    Simple3DLineAnchor Enumeration
    In This Topic
    Defines the vertical anchor used to render the simple 3D line style in relation to the ground in 3D. This property is ignored for the Strip style which is drawn flat upon the surface, and for the Wall style which always uses a Bottom anchor.
    Syntax
    Members
    MemberDescription
    Bottom The 3D line style is rendered above the ground as the vertical anchor is set to the bottom of the style.
    Center The center of the 3D line style is vertically aligned with the ground. The 3D line style is rendered both above and under the ground as a result.
    Top The 3D line style is rendered under the ground as the vertical anchor is set to the top of the style.
    Inheritance Hierarchy

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

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.2 or higher.
    See Also