This document is archived and information here might be outdated. Recommended version. |
Sets Ms on vertices as scaled and offset M distances from the input origin as measured along the polyline based on the existing M's. Shortest path distances from the origin are used. Optionally ignores distances between parts of the polyline.
[Visual Basic .NET] Public Sub UpdateAllMsByMs ( _ ByVal Origin As IPoint, _ ByVal Scale As Double, _ ByVal Offset As Double, _ ByVal ignoreGaps As Boolean _ )
[C#] public void UpdateAllMsByMs ( IPoint Origin, double Scale, double Offset, bool ignoreGaps );
[C++]
HRESULT UpdateAllMsByMs(
IPoint* Origin,
double Scale,
double Offset,
VARIANT_BOOL ignoreGaps
);
[C++] Parameters Origin
Origin is a parameter of type IPoint* Scale
Scale is a parameter of type double Offset
Offset is a parameter of type double ignoreGaps
ignoreGaps is a parameter of type bool