ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Geometry Namespace / LeftOrRightSide Enumeration

In This Topic
    LeftOrRightSide Enumeration
    In This Topic
    When used in GeometryEngine.QueryPointAndDistance or GeometryEngine.QueryPointAndDistance, describes whether the input point is on the left or right side of the curve. When used in GeometryEngine.SideBuffer or GeometryEngine.SideBuffer, describes which side of the input geometry to construct the buffer. The direction of the curve determines the left and right sides.
    Syntax
    Members
    MemberDescription
    LeftSide The left side of the curve.
    RightSide The right side of the curve.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ArcGIS.Core.Geometry.LeftOrRightSide

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also