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


IMAware.MAware Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geometry)  

IMAware.MAware Property

Indicates whether or not the geometry is aware of and capable of handling Ms.

[Visual Basic .NET]
Public Property MAware As Boolean
[C#]
public bool MAware {get; set;}
[C++]
HRESULT get_MAware(
  VARIANT_BOOL* MAware
);
[C++]
HRESULT put_MAware(
  VARIANT_BOOL MAware
);
[C++]

Parameters MAware [out, retval] MAware is a parameter of type VARIANT_BOOL MAware MAware is a parameter of type VARIANT_BOOL

Product Availability

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

Description

Returns or sets the M Awareness state of the geometry object.  If MAware is TRUE, then the object will recognize that it has M attributes and perform operations on them as necessary.  If MAware is FALSE, the object will ignore Ms while performing operations.

See Also

IMAware Interface

.NET Snippets

Set M Value on Point