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


INAClassLoader.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 > INAClassLoader Interface > INAClassLoader.Locator Property
ArcGIS Developer Help

INAClassLoader.Locator Property

The locator to be used.

[Visual Basic .NET]
Public Property Locator As INALocator
[C#]
public INALocator Locator {get; set;}
[C++]
HRESULT get_Locator(
  INALocator* loaderLocator
);
[C++]
HRESULT putref_Locator(
  INALocator** loaderLocator
);
[C++]
Parameters
loaderLocator [in]

loaderLocator is a parameter of type INALocator* loaderLocator [out, retval]
loaderLocator is a parameter of type INALocator**

Product Availability

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

Remarks

The Locator property specifies how network locations will be found.

See Also

INAClassLoader Interface

.NET Samples

Closest facility solver Location-allocation solver Origin-destination cost matrix solver Route layer Service area solver Vehicle routing problem solver