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 > IMSegmentation4 Interface > IMSegmentation4.CalibrateByMs3D Method (ArcObjects .NET 10.5 SDK) |
Calibrates Ms of existing vertices using new Ms from the input points and existing Ms along the shortest 3D paths between those points. The update method is given as a combination of esriGeometryUpdateMEnum values.
[Visual Basic .NET] Public Function CalibrateByMs3D ( _ ByVal Points As IEnumVertex, _ ByVal updateHow As Integer, _ ByVal cutoffDistance As Double _ ) As IEnumSplitPoint
[C#] public IEnumSplitPoint CalibrateByMs3D ( IEnumVertex Points, int updateHow, double cutoffDistance );
[C++]
HRESULT CalibrateByMs3D(
IEnumVertex* Points,
long updateHow,
double cutoffDistance,
IEnumSplitPoint** splitPoints
);
[C++]
Parameters Points
Points is a parameter of type IEnumVertex updateHow updateHow is a parameter of type long cutoffDistance cutoffDistance is a parameter of type double splitPoints [out, retval]
splitPoints is a parameter of type IEnumSplitPoint