ArcGIS Pro 2.6 API Reference Guide
Ms Property (Patch)

ArcGIS.Core.Geometry Namespace > Patch Class : Ms Property
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 10, Windows 8.1, Windows 7

See Also

Reference

Patch Class
Patch Members