This document is archived and information here might be outdated.  Recommended version.


IMSegmentation4.CalibrateByMs3D Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geometry)  

IMSegmentation4.CalibrateByMs3D Method

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IMSegmentation4 Interface