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


IGeometricNetworkIncrementalLoader.LoadNetwork Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (EditorExt)  

IGeometricNetworkIncrementalLoader.LoadNetwork Method

Loads data from source object classes to a geometric network.

[Visual Basic .NET]
Public Sub LoadNetwork ( _
    ByVal fcMapping As IEnumNameMapping, _
    ByVal TargetNetwork As IGeometricNetwork _
)
[C#]
public void LoadNetwork (
    IEnumNameMapping fcMapping,
    IGeometricNetwork TargetNetwork
);

Product Availability

Available with ArcGIS Desktop.

See Also

IGeometricNetworkIncrementalLoader Interface