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

In This Topic
    AsRatioOrLength Enumeration
    In This Topic
    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 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also