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

In This Topic
    Simple3DLineStyle Enumeration
    In This Topic
    Simple 3D line styles which define how strokes will be rendered in 3D.
    Syntax
    Members
    MemberDescription
    Rectangle Stroke draws as a rectangular tube where the width property determines the width and height3D determines the height of the tube.
    Square Stroke draws as a square tube where the width determines the height and width of the tube.
    Strip Stroke draws flat upon the surface at the specified width.
    Tube Stroke draws as a circular tube where the width determines the diameter of the tube.
    Wall Stroke is vertically oriented where width determines the height of the wall.
    Inheritance Hierarchy

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

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also