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


IDENetworkDataset.NetworkType Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > ID > IDENetworkDataset Interface > IDENetworkDataset.NetworkType Property
ArcGIS Developer Help

IDENetworkDataset.NetworkType Property

The type of the network dataset.

[Visual Basic .NET]
Public Property NetworkType As esriNetworkDatasetType
[C#]
public esriNetworkDatasetType NetworkType {get; set;}
[C++]
HRESULT get_NetworkType(
  esriNetworkDatasetType* Type
);
[C++]
HRESULT put_NetworkType(
  esriNetworkDatasetType Type
);
[C++]
Parameters
Type [out, retval]

Type is a parameter of type esriNetworkDatasetType* Type [in]
Type is a parameter of type esriNetworkDatasetType

Product Availability

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

Remarks

The NetworkType property returns the type of network dataset.

See Also

IDENetworkDataset Interface