This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IN > INetworkFeature Interface > INetworkFeature.Disconnect Method (ArcObjects .NET 10.4 SDK) |
Disconnect the Feature from all connected NetworkFeatures.
[Visual Basic .NET]
Public Sub Disconnect ( _
)
[C#] public void Disconnect ( );
[C++]
HRESULT Disconnect(
void
);
All edits to features that participate in a Geometric Network must be performed within an edit session and bracketed within an edit operation.