ArcObjects Library Reference (Geometry)  

IEnumVertex.Put_M Method

Sets the M attribute of the current vertex. For segment-based geometries, this will modify a pair of segments.

[Visual Basic .NET]
Public Sub put_M ( _
    ByVal M As Double _
)
[C#]
public void put_M (
    double M
);
[C++]
HRESULT put_M(
  double M
);
[C++]

Parameters

M   M is a parameter of type double

Product Availability

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

Description

Sets the M attribute of the current enumerated vertex.

See Also

IEnumVertex Interface