The locator used for finding network locations for class items.
[Visual Basic .NET] Public ReadOnly Property Locator As INALocator
[C#] public INALocator Locator {get;}
[C++]
HRESULT get_Locator(
INALocator** Locator
);
[C++]Parameters
Locator [out, retval]Locator is a parameter of type INALocator
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Network Analyst Extension.
Remarks
Locator returns the default NALocator for the NAClass.
The locator is used by the network analyst loading tools when it tries to locate NALocationObjects. You can set the Locator property on the INAContextEdit interface to change the default locator. You can also override the locator used if you call NAClassLoader programmatically.