ArcObjects Library Reference (GeoDatabase)  

ITopologyEdge Interface

Provides access to information on a topological edge within a topology graph.

Product Availability

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

Members

Description
Read-only property FromNode A reference to the topology node at the from point of this edge.
Read-only property Geometry The geometry of the topology element.
Read-only property IsDeleted Indicates if this element has been deleted from its containing topology graph.
Read-only property IsSelected Indicates if this element is part of its containing topology graph's selected set.
Read-only property LeftParents The set of parents (polygon features) that cover this edge. If boundedByEdge is true, then only polygons lying to the left of the edge will be returned.
Read/write property LeftVisited Indicates if the left side of the edge was visited.
Read-only property Parents The set of parents (features) of this topology element.
Method QueryGeometry Copies the element's geometry into the specified geometry.
Read-only property RightParents The set of parents (polygon features) that cover this edge. If boundedByEdge is true, then only polygons lying to the right of the edge will be returned.
Read/write property RightVisited Indicates if the right side of the edge was visited.
Read-only property ToNode A reference to the topology node at the to point of this edge.
Read/write property Visited Indicates if the topology element has been visited.

Inherited Interfaces

Interfaces Description
ITopologyElement Provides access to the functionality present in all topology elements. ITopologyEdge and ITopologyNode inherit from this interface.

CoClasses that implement ITopologyEdge

CoClasses and Classes Description
TopologyEdge Esri Topology Edge object.

.NET Samples

Curve conversion add-in (Code Files: CurveConversionDockWin)

.NET Related Topics

Working with topologically related features