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


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

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