ArcGIS Pro 2.8 API Reference Guide
QueryPointAndDistance3D(Multipart,SegmentExtension,MapPoint,AsRatioOrLength,Double,Double) Method

ArcGIS.Core.Geometry Namespace > IGeometryEngine Interface > QueryPointAndDistance3D Method : QueryPointAndDistance3D(Multipart,SegmentExtension,MapPoint,AsRatioOrLength,Double,Double) Method
The curve on which to find the closest point. The curve may be extended.
Describes if, how and where to extend segments.
The input point.
Determines whether the distanceAlongCurve is returned as a ratio of the curve length or as length from the start point.
Describes how far along the closest point is along the curve, either as a ratio or length.
Describes how far the point is from the curve.
Finds the point on the curve closest to inPoint, then copies that point to outPoint. The operation is performed in 3D space. Also calculates related items.
Syntax

Parameters

multipart
The curve on which to find the closest point. The curve may be extended.
extension
Describes if, how and where to extend segments.
inPoint
The input point.
asRatioOrLength
Determines whether the distanceAlongCurve is returned as a ratio of the curve length or as length from the start point.
distanceAlongCurve
Describes how far along the closest point is along the curve, either as a ratio or length.
distanceFromCurve
Describes how far the point is from the curve.

Return Value

MapPoint representing the closest point on the curve.
Exceptions
ExceptionDescription
Either multipart or inPoint or both are null or empty.
multipart is not Z-Aware.
Cannot do 3D operations on curve segments.
Spatial reference of multipartis an image coordinate system.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

IGeometryEngine Interface
IGeometryEngine Members
Overload List