This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INATraversalResultSource Interface > INATraversalResultSource.Location Property (ArcObjects .NET 10.4 SDK) |
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
The Location property holds an IDatasetName interface that references the corresponding source in the NAContext or NetworkDataset.