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
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Remarks
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.