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


INetworkDataset.NetworkType Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

INetworkDataset.NetworkType Property

The type of the network dataset.

[Visual Basic .NET]
Public ReadOnly Property NetworkType As esriNetworkDatasetType
[C#]
public esriNetworkDatasetType NetworkType {get;}
[C++]
HRESULT get_NetworkType(
  esriNetworkDatasetType* Type
);
[C++]

Parameters Type [out, retval]
Type is a parameter of type esriNetworkDatasetType

Product Availability

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

Remarks

Returns the type of network dataset; geodatabase, shapefile, SDC or unknown.  Use this property to handle properties that differ based on the type of network dataset.

See Also

INetworkDataset Interface