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