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

In This Topic
    UpdateMMethod Enumeration
    In This Topic
    The method to use when updating M values. See GeometryEngine.CalibrateByMs
    Syntax
    Members
    MemberDescription
    ExtrapolateAfter Extrapolate after the input points.
    ExtrapolateBefore Extrapolate before the input points.
    Interpolate Interpolate between the input points.
    Inheritance Hierarchy

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

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also