ArcObjects Library Reference (NetworkAnalyst)  

INAContextEdit.Locator Property

The locator used for finding network locations.

[Visual Basic .NET]
Public WriteOnly Property Locator
[C#]
public void Locator {set;}
[C++]
HRESULT putref_Locator(
  INALocator* 
);
[C++]

Parameters

[in]

   is a parameter of type INALocator

Product Availability

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

Remarks

Use the Locator property to change the default NALocator for the NAContext.

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.

See Also

INAContextEdit Interface