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


IMSegmentation.InterpolateMsBetween 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.InterpolateMsBetween Method
ArcGIS Developer Help

IMSegmentation.InterpolateMsBetween Method

Generates Ms by linear interpolation of segment distances for all vertices in the range [start+1, end-1].

[Visual Basic .NET]
Public Sub InterpolateMsBetween ( _
    ByVal fromPart As Integer, _
    ByVal FromPoint As Integer, _
    ByVal toPart As Integer, _
    ByVal ToPoint As Integer _
)
[C#]
public void InterpolateMsBetween (
    int fromPart,
    int FromPoint,
    int toPart,
    int ToPoint
);
[C++]
HRESULT InterpolateMsBetween(
  long fromPart,
  long FromPoint,
  long toPart,
  long ToPoint
);
[C++]
Parameters
fromPart 

fromPart is a parameter of type long FromPoint
FromPoint is a parameter of type long toPart
toPart is a parameter of type long ToPoint
ToPoint is a parameter of type long

Product Availability

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

See Also

IMSegmentation Interface