The measure attribute.
[Visual Basic 6.0] Property M As Double
[Visual Basic .NET] Public Property M As Double
[C#] public double M {get; set;}
[Java] public Double getM() throws IOException, AutomationException
[Java] public void setM( Double M ) throws IOException, AutomationException
[C++]
HRESULT get_M(
double* M
);
[C++] HRESULT put_M( double M);
Parameters
M [out, retval]
M is a parameter of type double
M
M is a parameter of type double
Returns or Sets the M attribute on the Point. The M attribute refers to the Point's measure (similar to an address). The point must be MAware to make use of the M attribute.
IPoint Interface | IPoint.X Property | IPoint.Y Property | IPoint.Z Property | IMSegmentation2 Interface | IMSegmentation Interface | IPoint.M Property | IMCollection Interface | IMAware Interface