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


IMSegmentation4.GetDistancesAtM3D Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IM > IMSegmentation4 Interface > IMSegmentation4.GetDistancesAtM3D Method
ArcGIS Developer Help

IMSegmentation4.GetDistancesAtM3D Method

Returns an array of 3D distances along the polyline at which is located the specified M. If the geometry's M's are monotonic along the geometry then the array will only have one element.

[Visual Basic .NET]
Public Function GetDistancesAtM3D ( _
    ByVal asRatio As Boolean, _
    ByVal M As Double _
) As Object
[C#]
public object GetDistancesAtM3D (
    bool asRatio,
    double M
);
[C++]
HRESULT GetDistancesAtM3D(
  VARIANT_BOOL asRatio,
  double M
);
[C++]
Parameters
asRatio 

asRatio is a parameter of type bool M
M is a parameter of type double

Product Availability

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

See Also

IMSegmentation4 Interface