This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IN > INetworkForwardStarSetup Interface > INetworkForwardStarSetup.NetworkDataset Property (ArcObjects .NET 10.5 SDK) |
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.