This document is archived and information here might be outdated.  Recommended version.


ISegmentM.SetMs Method (ArcObjects .NET 10.4 SDK)
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