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


IMAware.DropMs Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IM > IMAware Interface > IMAware.DropMs Method
ArcGIS Developer Help

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