ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Geometry Namespace / Patch Class / Ms Property

In This Topic
    Ms Property (Patch)
    In This Topic
    Gets or sets the IList of M-values.
    Syntax
    public IList<double> Ms {get; set;}
    Public Property Ms As IList(Of Double)
    Remarks
    The getter returns the IList of M-values by reference. A change to the returned list changes the patch M-values list. The setter copies the input to an internal container. If the input is null, then the list of M-values for this patch is set to null.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also