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


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

INALocatorAgent2 Interface

Provides access to properties common to all locator agents.

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 QueryGeometry The geometry for the given network location.
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.

Inherited Interfaces

Interfaces Description
INALocatorAgent Provides access to properties common to all locator agents.

Classes that implement INALocatorAgent2

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

Remarks

INALocatorAgent2 has been superseded by INALocatorAgent3.