This document is archived and information here might be outdated. Recommended version. |
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(
System.Double* fromM,
System.Double* toM
);
[C++] Parameters fromM [out]
fromM is a parameter of type double* toM [out]
toM is a parameter of type double*
Returns the M attributes held by the From and To point of the segment.