This document is archived and information here might be outdated. Recommended version. |
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**
NetworkDatasetName returns a Name object to the NetworkDataset that the NAContext is referencing.