ArcObjects Library Reference  (Carto)    

INetworkLayer.NetworkDataset Property

The Network Dataset used to define the layer.

[Visual Basic 6.0]
Property NetworkDataset As INetworkDataset
[Visual Basic .NET]
Public Property NetworkDataset As INetworkDataset
[C#]
public INetworkDataset NetworkDataset {get; set;}
[Java]
public INetworkDataset getNetworkDataset()
throws
    IOException,
    AutomationException
[Java]
public void setNetworkDatasetByRef(
INetworkDataset pNetworkDataset
)
throws
    IOException,
    AutomationException
[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

Product Availability

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

See Also

INetworkLayer Interface

 


Feedback Send feedback on this page