This document is archived and information here might be outdated. Recommended version. |
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
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.