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


IComplexJunctionFeature Interface (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
ArcGIS Developer Help

IComplexJunctionFeature Interface

Provides access to members that return and modify complex junction features.

Product Availability

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

Members

Name Description
Read-only property EdgeFeature The EdgeFeature associated with the specified index value and the indexed connection point.
Read-only property EdgeFeatureCount The number of EdgeFeatures associated with the indexed connection point.
Read-only property FieldToEIDMapping The EID associated with the specified field index.
Method FindJunctionEID The EID associated with the JunctionElement at the specified point.
Read-only property GeometryForEdgeElement The geometry corresponding to the element with the given subID.
Read/write property JunctionElementCount The number of junctions associated with this Feature.
Write-only property RotationAngle The rotation angle of this Feature.
Read/write property TopologicalConfiguration The configuration of this Feature.

Classes that implement IComplexJunctionFeature

Classes Description
ComplexJunctionFeature Esri Complex junction geometric network feature.

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

INetworkFeatureEvents Interface | IComplexNetworkFeature Interface | IComplexJunctionFeature Interface | IComplexEdgeFeature Interface | INetworkFeature.Connect Method | ISimpleEdgeFeature Interface | INetworkFeature Interface | IEdgeFeature Interface | ISimpleJunctionFeature Interface | IJunctionFeature Interface