This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IM > IMSegmentation4 Interface > IMSegmentation4.SetAndInterpolateMsBetween3D Method (ArcObjects .NET 10.4 SDK) |
Sets the Ms at the beginning and the end of the geometry and interpolates the M values between these values based on an interpolation normalized to the 3D length of the shape.
[Visual Basic .NET] Public Sub SetAndInterpolateMsBetween3D ( _ ByVal fromM As Double, _ ByVal toM As Double _ )
[C#] public void SetAndInterpolateMsBetween3D ( double fromM, double toM );
[C++]
HRESULT SetAndInterpolateMsBetween3D(
double fromM,
double toM
);
[C++]
Parameters fromM fromM is a parameter of type double toM toM is a parameter of type double