This document is archived and information here might be outdated. Recommended version. |
The Network Dataset used to define the layer.
[Visual Basic .NET] Public Property NetworkDataset As INetworkDataset
[C#] public INetworkDataset NetworkDataset {get; set;}
[C++]
HRESULT get_NetworkDataset(
INetworkDataset** nds
);
[C++]
HRESULT putref_NetworkDataset(
INetworkDataset* nds
);
[C++] Parameters nds [out, retval]
nds is a parameter of type INetworkDataset** nds [in]
nds is a parameter of type INetworkDataset*