ArcObjects Library Reference  (Geometry)    

IPoint.M Property

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

);

[C++]

Parameters

M [out, retval]

  M is a parameter of type double

M

  M is a parameter of type double

Product Availability

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

Description

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.

Remarks



See Also

IPoint Interface | IPoint.X Property | IPoint.Y Property | IPoint.Z Property | IMSegmentation2 Interface | IMSegmentation Interface | IPoint.M Property | IMCollection Interface | IMAware Interface

Example

IPoint_prop_Example