This document is archived and information here might be outdated. Recommended version. |
Network dataset on which the NetworkForwardStar object is querying.
[Visual Basic .NET] Public ReadOnly Property NetworkDataset As INetworkDataset
[C#] public INetworkDataset NetworkDataset {get;}
[C++]
HRESULT get_NetworkDataset(
INetworkDataset** Network
);
[C++]
Parameters Network [out, retval]
Network is a parameter of type INetworkDataset**
This property has been superceded by the NetworkDataset property on the INetworkForwardStarEx interface. Please refer to that interface for usage instructions.