ArcObjects Library Reference (NetworkAnalyst)  

INATraversalResultSource.Location Property

The result source location.

[Visual Basic .NET]
Public Property Location As IDatasetName
[C#]
public IDatasetName Location {get; set;}
[C++]
HRESULT get_Location(
  IDatasetName** Name
);
[C++]
HRESULT putref_Location(
  IDatasetName* Name
);
[C++]

Parameters

Name [out, retval]

  Name is a parameter of type IDatasetName

Name [in]

  Name is a parameter of type IDatasetName

Product Availability

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

Remarks

The Location property holds an IDatasetName interface that references the corresponding source in the NAContext or NetworkDataset.

See Also

INATraversalResultSource Interface