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


IDEGeometricNetwork.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 > IDEGeometricNetwork Interface > IDEGeometricNetwork.NetworkType Property
ArcGIS Developer Help

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