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

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