ArcObjects Library Reference (Geometry)  

ISegmentM.GetMs Method

Get the Ms on the segment's endpoints.

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

Parameters

fromM [out]   fromM is a parameter of type double toM [out]   toM is a parameter of type double

Product Availability

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

Description

Returns the M attributes held by the From and To point of the segment.

See Also

ISegmentM Interface