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


INetworkFeature.Disconnect Method (ArcObjects .NET 10.4 SDK)
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