ArcObjects Library Reference (NetworkAnalyst)  

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

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.

CoClasses that implement INALocatorLocationFieldsAgent2

CoClasses and 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.