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


IComplexJunctionFeature.FindJunctionEID Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IC > IComplexJunctionFeature Interface > IComplexJunctionFeature.FindJunctionEID Method
ArcGIS Developer Help

IComplexJunctionFeature.FindJunctionEID Method

The EID associated with the JunctionElement at the specified point.

[Visual Basic .NET]
Public Function FindJunctionEID ( _
    ByVal point As IPoint _
) As Integer
[C#]
public int FindJunctionEID (
    IPoint point
);
[C++]
HRESULT FindJunctionEID(
  IPoint* point
);
[C++]
Parameters
point [in]

point is a parameter of type IPoint*

Product Availability

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

Remarks

It is recommended that developers do not use Complex Junctions in their data modeling solutions.  Developers can leverage existing Geodatabase components in order to implement partial functionality, such as class extensions.

See Also

IComplexJunctionFeature Interface