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


INAContext.NetworkDatasetName Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (NetworkAnalyst)  

INAContext.NetworkDatasetName Property

The associated network dataset name.

[Visual Basic .NET]
Public ReadOnly Property NetworkDatasetName As IName
[C#]
public IName NetworkDatasetName {get;}
[C++]
HRESULT get_NetworkDatasetName(
  IName** datasetName
);
[C++]

Parameters datasetName [out, retval]
datasetName is a parameter of type IName

Product Availability

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

Remarks

NetworkDatasetName returns a Name object to the NetworkDataset that the NAContext is referencing.

See Also

INAContext Interface