ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Core.Geometry Namespace / ExtrapolateMMethod Enumeration

In This Topic
    ExtrapolateMMethod Enumeration
    In This Topic
    The method to use when extrapolating M-values. See GeometryEngine.ExtrapolateMs
    Syntax
    Members
    MemberDescription
    ExtrapolateAfter Extrapolate Ms only after the end point.
    ExtrapolateBefore Extrapolate Ms only before the start point.
    ExtrapolateBoth Extrapolate Ms before and after the start and end points.
    Inheritance Hierarchy

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

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.3 or higher.
    See Also