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


INetTopologyEditGEN.AddJunction Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

INetTopologyEditGEN.AddJunction Method

Adds a junction element to the logical network.

[Visual Basic .NET]
Public Function AddJunction ( _
    ByVal junctionDescription As INetElementDescription _
) As Integer
[C#]
public int AddJunction (
    INetElementDescription junctionDescription
);
[C++]
HRESULT AddJunction(
  INetElementDescription* junctionDescription,
  long* junctionEID
);
[C++]

Parameters junctionDescription [in]
junctionDescription is a parameter of type INetElementDescription junctionEID [out, retval] junctionEID is a parameter of type long

Product Availability

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

See Also

INetTopologyEditGEN Interface