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


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

INALocatorLocationFieldsAgent2 Interface

Provides access to the field names used by the locator.

Product Availability

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

Members

Name Description
Read/write property LocationRangesFieldName The NALocationRanges field name.
Read/write property OIDFieldName The OID field name.
Read/write property PositionFieldName The position field name.
Read/write property SideFieldName The side field name.
Read/write property SourceIDFieldName The source ID field name.

Inherited Interfaces

Interfaces Description
INALocatorLocationFieldsAgent Provides access to the field names used by the locator.

Classes that implement INALocatorLocationFieldsAgent2

Classes Description
NALocatorLocationFieldsAgent Defines the network location fields to be used by a locator.

Remarks

The INALocatorLocationFieldsAgent2 interface allows you to specify a locator for finding network locations based upon known Source ID, OID, Side and Position values.

INALocatorLocationFieldsAgent2 interface also allows you to specify the name of the BLOB field that contains location ranges. 

You need to call the Bind method after setting these properties before using the locator agent.