ArcObjects Library Reference (GeoDatabase)  

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

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.

CoClasses that implement IComplexJunctionFeature

CoClasses and 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

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