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


IMAware.MAware Property (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.MAware Property
ArcGIS Developer Help

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(
  Boolean* MAware
);
[C++]
HRESULT put_MAware(
  VARIANT_BOOL MAware
);
[C++]
Parameters
MAware [out, retval]

MAware is a parameter of type bool* MAware
MAware is a parameter of type 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