ArcObjects Library Reference (GeoDatabase)  

IDEGeometricNetwork.NetworkType Property

The type of associated logical network.

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

Parameters

Type [out, retval]

  Type is a parameter of type esriNetworkType

Type [in]

  Type is a parameter of type esriNetworkType

Product Availability

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

See Also

IDEGeometricNetwork Interface