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