ArcGIS Pro 2.6 API Reference Guide
AsRatioOrLength Enumeration

ArcGIS.Core.Geometry Namespace : AsRatioOrLength Enumeration
Describes how the distance along the curve is interpreted. See the GeometryEngine.SetMsAsDistance, GeometryEngine.QueryNormal, GeometryEngine.QueryPoint, GeometryEngine.GetSubCurve functions as examples.
Syntax
Members
MemberDescription
AsLength The distance is returned as length from the start point of the curve.
AsRatio The distance is returned as a ratio of the length of the curve.
Inheritance Hierarchy

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

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

ArcGIS.Core.Geometry Namespace