This document is archived and information here might be outdated. Recommended version. |
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
);
[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