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


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

IMSegmentation.SetAndInterpolateMsBetween Method

Sets the Ms at the beginning and the end of the geometry and interpolates the M values between these values.

[Visual Basic .NET]
Public Sub SetAndInterpolateMsBetween ( _
    ByVal fromM As Double, _
    ByVal toM As Double _
)
[C#]
public void SetAndInterpolateMsBetween (
    double fromM,
    double toM
);
[C++]
HRESULT SetAndInterpolateMsBetween(
  double fromM,
  double toM
);
[C++]
Parameters
fromM 

fromM is a parameter of type double toM
toM is a parameter of type double

Product Availability

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

See Also

IMSegmentation Interface