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


ISegmentM.SetMs Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IS > ISegmentM Interface > ISegmentM.SetMs Method
ArcGIS Developer Help

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