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


IMSegmentation3.UpdateAllMsByMs Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IM > IMSegmentation3 Interface > IMSegmentation3.UpdateAllMsByMs Method
ArcGIS Developer Help

IMSegmentation3.UpdateAllMsByMs Method

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

Product Availability

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

See Also

IMSegmentation3 Interface