Provides access to members that return and modify complex junction features.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
Description | ||
---|---|---|
EdgeFeature | The EdgeFeature associated with the specified index value and the indexed connection point. | |
EdgeFeatureCount | The number of EdgeFeatures associated with the indexed connection point. | |
FieldToEIDMapping | The EID associated with the specified field index. | |
FindJunctionEID | The EID associated with the JunctionElement at the specified point. | |
GeometryForEdgeElement | The geometry corresponding to the element with the given subID. | |
JunctionElementCount | The number of junctions associated with this Feature. | |
RotationAngle | The rotation angle of this Feature. | |
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
IComplexNetworkFeature Interface | ISimpleJunctionFeature Interface | IJunctionFeature Interface | ISimpleEdgeFeature Interface | IComplexJunctionFeature Interface | IEdgeFeature Interface | INetworkFeatureEvents Interface | INetworkFeature Interface | IComplexEdgeFeature Interface | INetworkFeature.Connect Method