INALocator:: QueryLocationByPoint takes more time to execute if INALocator::SnapToleranceUnits is ‘esriMiles’.
Last Published: August 25, 2014No Product Found
Bug ID Number
NIM036497
Submitted
July 1, 2008
Last Modified
June 5, 2024
Applies to
No Product Found
Version found
9.2
Status
Will Not Be Addressed
The development team has considered the issue or request and concluded it will not be addressed. The issue's Additional Information section may contain further explanation.
Additional Information
No Public Explanation
Workaround
In the code used, change theDim pNALoc As INALocation toDim pNALoc As INALocation2and now set the miles as:pNALoc.SnapTolerance = 1pNALoc.MaxSnapTolerance = 5pNALoc.SnapToleranceUnits = esriMiles