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


INetworkLoader Interface (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
ArcGIS Developer Help

INetworkLoader Interface

Provides access to members used to create a new geometric network. Note: the INetworkLoader interface has been superseded by INetworkLoader2. Please consider using the more recent version.

Product Availability

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

When To Use

Use the INetworkLoader, INetworkLoader2 and INetworkLoader3 interfaces when you want to create a new geometric network.

Members

Name Description
Method AddFeatureClass Adds a feature class to the new geometric network.
Method AddWeight Adds a weight to the new geometric network.
Method AddWeightAssociation Adds an association between a network weight and a feature class attribute.
Write-only property FeatureDatasetName Feature dataset name to where the new geometric network is to be created.
Method LoadNetwork Creates the new geometric network inside the feature dataset.
Write-only property NetworkName Name of the new geometric network.
Write-only property NetworkType Network type of the new geometric network.
Method PutAncillaryRole Specifies the ancillary role attribute field for the specified feature class.
Method PutEnabledDisabledFieldName Specifies the enabled/disabled field for the specified feature class.
Write-only property SnapTolerance Snap tolerance to be used in creating the new geometric network.

Classes that implement INetworkLoader

Classes Description
NetworkLoader A container for specifying the parameters for building a geometric network.

Remarks

The INetworkLoader, INetworkLoader2 and INetworkLoader3 interfaces provide parameters for building your new geometric network.  For more information on how to use these interfaces together in the NetworkLoader object, see the help for the NetworkLoader object.

See Also

INetworkLoaderProps Interface | INetworkLoaderProgress Interface | INetworkLoader Interface | NetworkLoader Class