This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IE > IEdgeFeature Interface > IEdgeFeature.DisconnectAtJunction Method (ArcObjects .NET 10.5 SDK) |
Perform the disconnection at the specified junction.
[Visual Basic .NET] Public Sub DisconnectAtJunction ( _ ByVal EID As Integer, _ ByVal junctionEID As Integer _ )
[C#] public void DisconnectAtJunction ( int EID, int junctionEID );
[C++]
HRESULT DisconnectAtJunction(
long EID,
long junctionEID
);
[C++]
Parameters EID [in] EID is a parameter of type long junctionEID [in] junctionEID is a parameter of type long
All edits to features that participate in a Topology or Geometric Network must be performed within an edit session and bracketed within an edit operation.