ArcObjects Library Reference (GeoDatabase)  

ITopologyElement Interface

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

Product Availability

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

Members

Description
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 Parents The set of parents (features) of this topology element.
Method QueryGeometry Copies the element's geometry into the specified geometry.
Read/write property Visited Indicates if the topology element has been visited.

CoClasses that implement ITopologyElement

CoClasses and Classes Description
TopologyEdge Esri Topology Edge object.
TopologyNode Esri Topology Node object.