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


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

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