This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITopologyElement Interface (ArcObjects .NET 10.5 SDK) |
Provides access to the functionality present in all topology elements. ITopologyEdge and ITopologyNode inherit from this interface.
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 and Classes | Description |
---|---|
TopologyEdge | Esri Topology Edge object. |
TopologyNode | Esri Topology Node object. |