This document is archived and information here might be outdated.  Recommended version.


IMAware.DropMs Method (ArcObjects .NET 10.5 SDK)
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