ArcObjects Library Reference (NetworkAnalyst)  

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 [out, retval]

  loaderLocator is a parameter of type INALocator

loaderLocator [in]

  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 (Code Files: frmClosestFacilitySolver) | Service area solver (Code Files: frmServiceAreaSolver) | Location-allocation solver (Code Files: frmLocationAllocationSolver) | Vehicle routing problem solver (Code Files: frmVRPSolver) | Origin-destination cost matrix solver (Code Files: frmODCostMatrixSolver) | Route layer (Code Files: Program)

.NET Related Topics

How to load data into a network analysis problem