Provides access to members that modify and return information about a junction feature.
Product Availability
Description
The IJunctionFeature interface contains properties and methods that are common to both simple and complex junction features. Only two of the four methods and properties will be commonly used by developers; GeometryForJunctionElement and OriginalGeometryForJunctionElement. The other two; Update and NetworkAncillaryRole, are used internally and are not intended for use by application developers.
Members
Description | ||
---|---|---|
GeometryForJunctionElement | The geometry (point) corresponding to the junction with the given subID. | |
NetworkAncillaryRole | Programmatic update of the NetworkFeature. | |
OriginalGeometryForJunctionElement | The geometry (point) corresponding to the junction with the given subID. | |
Update | Programmatic update of the NetworkFeature. |
CoClasses that implement IJunctionFeature
CoClasses and Classes | Description |
---|---|
ComplexJunctionFeature | ESRI Complex junction geometric network feature. |
SimpleJunctionFeature | ESRI Geometric network simple junction feature object. |
See Also
IComplexNetworkFeature Interface | ISimpleJunctionFeature Interface | IJunctionFeature Interface | ISimpleEdgeFeature Interface | IComplexJunctionFeature Interface | IEdgeFeature Interface | INetworkFeatureEvents Interface | INetworkFeature Interface | IComplexEdgeFeature Interface | INetworkFeature.Connect Method