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 |
---|---|---|---|---|
No | Yes | The point found. | ||
No | Yes | The result distance. | ||
No | Yes | The index of the part in which the point was found. | ||
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.