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


INetworkLoader.NetworkType Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalysis > ESRI.ArcGIS.NetworkAnalysis > Interfaces > IN > INetworkLoader Interface > INetworkLoader.NetworkType Property
ArcGIS Developer Help

INetworkLoader.NetworkType Property

Network type of the new geometric network.

[Visual Basic .NET]
Public WriteOnly Property NetworkType
[C#]
public void NetworkType {set;}
[C++]
HRESULT put_NetworkType(
  esriNetworkType 
);
[C++]
Parameters
 [in]

is a parameter of type esriNetworkType

Product Availability

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

Remarks

Currently, the only supported network type for the NetworkLoader is esriNTUtilityNetwork.

See Also

INetworkLoader Interface