ProximityResult Class Members
In This Topic
The following tables list the members exposed by ProximityResult.
Public Properties
| Name | Description |
| Distance |
Gets the distance between the input query point and the nearest point found.
|
| IsRightSide | Is the point rightSide or leftSide? Only relevant if calling GeometryEngine.NearestPoint. |
| PartIndex |
Gets the index of the part in which the point was found.
|
| Point |
Gets the point found.
|
| PointIndex | Gets the index of the point that was found. Only relevant if calling GeometryEngine.NearestVertex, otherwise point index is null. |
| SegmentIndex | Gets the segment index of the segment containing the nearest point. The segment index is relative to the part index. For example, if PartIndex = 2 and SegmentIndex = 0, it means segment 0 in part 2. Only relevant if calling GeometryEngine.NearestPoint, otherwise segment index is null. |
Top
See Also