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


INATraversalResultSource.Location Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INATraversalResultSource Interface > INATraversalResultSource.Location Property
ArcGIS Developer Help

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 [in]

Name is a parameter of type IDatasetName* Name [out, retval]
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