ArcObjects Library Reference (GeoDatabase)  

IGeometricNetwork.NetworkType Property

The type of associated logical network.

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

Parameters

Type [out, retval]

  Type is a parameter of type esriNetworkType

Product Availability

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

Remarks

See esriNetworkType Constants for information on the types of networks.

See Also

IGeometricNetwork Interface