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


IGeometricNetwork.JunctionElement Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IG > IGeometricNetwork Interface > IGeometricNetwork.JunctionElement Property
ArcGIS Developer Help

IGeometricNetwork.JunctionElement Property

The JunctionElement EID at the specified location.

[Visual Basic .NET]
Public Function get_JunctionElement ( _
    ByVal Location As IPoint _
) As Integer
[C#]
public int get_JunctionElement (
    IPoint Location
);
[C++]
HRESULT get_JunctionElement(
  IPoint* Location,
  System.Int32* junctionEID
);
[C++]
Parameters
Location [in]

Location is a parameter of type IPoint* junctionEID [out, retval]
junctionEID is a parameter of type long*

Product Availability

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

Remarks

The JuntionElement property returns the Element ID (EID) of the network feature found at the specified point. If there is more than one network junction feature at the the location, then the EID of the first feature that is located is returned.  If no network feature is found, JuntionElement returns -1.  If the network feature does not have an EID, a value of 0 is returned.

See Also

IGeometricNetwork Interface