ArcObjects Library Reference (Geometry)  

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 VARIANT_BOOL

Product Availability

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

See Also

IMSegmentation3 Interface