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 | ||
---|---|---|
LocationRangesFieldName | The NALocationRanges field name. | |
OIDFieldName | The OID field name. | |
PositionFieldName | The position field name. | |
SideFieldName | The side field name. | |
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.