ProximityResult Class Members
In This Topic
The following tables list the members exposed by ProximityResult.
Public Properties
| Name | Description |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Distance |
Gets the distance between the input query point and the nearest point found.
|
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | IsRightSide | Is the point rightSide or leftSide? Only relevant if calling GeometryEngine.NearestPoint. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | PartIndex |
Gets the index of the part in which the point was found.
|
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Point |
Gets the point found.
|
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | PointIndex | Gets the index of the point that was found. Only relevant if calling GeometryEngine.NearestVertex, otherwise point index is null. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | 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