This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IM > IMSegmentation4 Interface > IMSegmentation4.CalibrateByDistance3D Method (ArcObjects .NET 10.4 SDK) |
Calibrates Ms of existing vertices using new Ms from the input points and the shortest 3D path distances along the polyline between those points. The update method is given as a combination of esriGeometryUpdateMEnum values.
[Visual Basic .NET] Public Function CalibrateByDistance3D ( _ ByVal Points As IEnumVertex, _ ByVal updateHow As Integer, _ ByVal ignoreGaps As Boolean, _ ByVal cutoffDistance As Double _ ) As IEnumSplitPoint
[C#] public IEnumSplitPoint CalibrateByDistance3D ( IEnumVertex Points, int updateHow, bool ignoreGaps, double cutoffDistance );
[C++]
HRESULT CalibrateByDistance3D(
IEnumVertex* Points,
long updateHow,
VARIANT_BOOL ignoreGaps,
double cutoffDistance,
IEnumSplitPoint** splitPoints
);
[C++]
Parameters Points
Points is a parameter of type IEnumVertex updateHow updateHow is a parameter of type long ignoreGaps ignoreGaps is a parameter of type VARIANT_BOOL cutoffDistance cutoffDistance is a parameter of type double splitPoints [out, retval]
splitPoints is a parameter of type IEnumSplitPoint