This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAContextEdit Interface > INAContextEdit.Locator Property (ArcObjects .NET 10.5 SDK) |
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
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.