This document is archived and information here might be outdated.  Recommended version.


INetworkForwardStarSetup.NetworkDataset Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IN > INetworkForwardStarSetup Interface > INetworkForwardStarSetup.NetworkDataset Property
ArcGIS Developer Help

INetworkForwardStarSetup.NetworkDataset Property

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**

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

This property has been superceded by the NetworkDataset property on the INetworkForwardStarEx interface. Please refer to that interface for usage instructions.

See Also

INetworkForwardStarSetup Interface