ArcObjects Library Reference (GeoDatabase)  

IJunctionFeature Interface

Provides access to members that modify and return information about a junction feature.

Product Availability

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

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
Read-only property GeometryForJunctionElement The geometry (point) corresponding to the junction with the given subID.
Read/write property NetworkAncillaryRole Programmatic update of the NetworkFeature.
Read-only property OriginalGeometryForJunctionElement The geometry (point) corresponding to the junction with the given subID.
Method 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

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