This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IM > IMAware Interface > IMAware.MAware Property (ArcObjects .NET 10.5 SDK) |
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
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.