ArcGIS Pro 2.6 API Reference Guide
LeftOrRightSide Enumeration

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

See Also

Reference

ArcGIS.Core.Geometry Namespace