ArcObjects Library Reference (GeoDatabase)  

INetworkFeature.Disconnect Method

Disconnect the Feature from all connected NetworkFeatures.

[Visual Basic .NET]
Public Sub Disconnect ( _
)
[C#]
public void Disconnect (
);
[C++]
HRESULT Disconnect(
void
);

Product Availability

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

Remarks

All edits to features that participate in a Geometric Network must be performed within an edit session and bracketed within an edit operation.

See Also

INetworkFeature Interface