This document is archived and information here might be outdated.  Recommended version.


INALocatorAgent Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INALocatorAgent Interface
ArcGIS Developer Help

INALocatorAgent Interface

Provides access to properties common to all locator agents. Note: the INALocatorAgent interface has been superseded by INALocatorAgent2. Please consider using the more recent version.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Network Analyst Extension.

Members

Name Description
Method Bind Re-associate the locator with the given network dataset and its schema.
Read-only property Name The name of the locator agent.
Method QueryLocationByPoint Find a network location from a point.
Method QueryLocationByRow Find a network location from a row.
Method QueryPoint The point for the given network location.

Classes that implement INALocatorAgent

Classes Description
NALocatorFeatureAgent Finds network feature locations for analysis.
NALocatorLocationFieldsAgent Defines the network location fields to be used by a locator.

Remarks

INALocatorAgent has been superseded by INALocatorAgent3.