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 | ||
---|---|---|
Geometry | The geometry of the topology element. | |
IsDeleted | Indicates if this element has been deleted from its containing topology graph. | |
IsSelected | Indicates if this element is part of its containing topology graph's selected set. | |
Parents | The set of parents (features) of this topology element. | |
QueryGeometry | Copies the element's geometry into the specified geometry. | |
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. |