This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IM > IMSegmentation Interface > IMSegmentation.ExtrapolateMs Method (ArcObjects .NET 10.5 SDK) |
Extrapolates the Ms at one or both ends of the geometry based on the M interval between the fromIndex and the toIndex.
[Visual Basic .NET] Public Sub ExtrapolateMs ( _ ByVal extrapolationStyle As esriExtrapolationEnum, _ ByVal fromPart As Integer, _ ByVal FromPoint As Integer, _ ByVal toPart As Integer, _ ByVal ToPoint As Integer _ )
[C#] public void ExtrapolateMs ( esriExtrapolationEnum extrapolationStyle, int fromPart, int FromPoint, int toPart, int ToPoint );
[C++]
HRESULT ExtrapolateMs(
esriExtrapolationEnum extrapolationStyle,
long fromPart,
long FromPoint,
long toPart,
long ToPoint
);
[C++]
Parameters extrapolationStyle
extrapolationStyle is a parameter of type esriExtrapolationEnum 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