This document is archived and information here might be outdated. Recommended version. |
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
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.