ArcObjects Library Reference (Geometry)  

ISegmentM.SetMs Method

Set the Ms on the segment's endpoints.

[Visual Basic .NET]
Public Sub SetMs ( _
    ByVal fromM As Double, _
    ByVal toM As Double _
)
[C#]
public void SetMs (
    double fromM,
    double toM
);
[C++]
HRESULT SetMs(
  double fromM,
  double toM
);
[C++]

Parameters

fromM   fromM is a parameter of type double toM   toM is a parameter of type double

Product Availability

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

Description

Sets the M attributes for the From and To points of the segment.  These attributes can be set regardless of the attribute awareness of the segment.

See Also

ISegmentM Interface