Namespace: Esri::GameEngine::Geometry
Class: Esri/GameEngine/Geometry/ArcGISProximityResult
Since: 1.0.0
Summary
The returned results of calling ArcGISGeometryEngine::NearestCoordinate and ArcGISGeometryEngine::NearestVertex.
Properties
Property | Type | Nullable | Readonly | Summary |
---|---|---|---|---|
Coordinate | ArcGISPoint | No | Yes | The point found. |
Distance | double | No | Yes | The result distance. |
PartIndex | size_t | No | Yes | The index of the part in which the point was found. |
PointIndex | size_t | No | Yes | The index of the point that was found within its part. |
PartIndex
size_t GetPartIndex() const
The index of the part in which the point was found.
Returned index value should be checked against Proximity
for validity.
PointIndex
size_t GetPointIndex() const
The index of the point that was found within its part.
Returned index value should be checked against Proximity
for validity.