ArcObjects Library Reference (Geometry)  

IMAware.DropMs Method

Sets all the M values to a non-valid number (NaN).

[Visual Basic .NET]
Public Sub DropMs ( _
)
[C#]
public void DropMs (
);
[C++]
HRESULT DropMs(
void
);

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

Resets all of the current M values held by the geometry object back to NaN.  MAware does not change.

See Also

IMAware Interface