This document is archived and information here might be outdated.  Recommended version.


ITopologyExtension Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > EditorExt > ESRI.ArcGIS.EditorExt > Interfaces > IT > ITopologyExtension Interface
ArcGIS Developer Help

ITopologyExtension Interface

Provides access to members that control a topology. Note: the ITopologyExtension interface has been superseded by ITopologyExtension3. Please consider using the more recent version.

Product Availability

Available with ArcGIS Desktop.

Members

Name Description
Read-only property ActiveError The current active error.
Read-only property ActiveErrorCount The number of selected topology errors.
Read-only property ActiveErrorGeometryType The geometry type of the selected error.
Read-only property ActiveErrorRuleType The topology rule type of the selected error.
Method AddActiveError Adds a topology error to the selection.
Method ClearActiveErrors Clears the topology error selection.
Read/write property CurrentTopology The current topology.
Method DelayEvents Used to batch operations together and minimize notifications.
Read/write property ErrorSymbol Symbol used to draw topology errors.
Method FindActiveError Indicates whether a given error is in the topology error selection.
Read-only property MapTopology The current map topology.
Method RemoveActiveError Removes a topology error from the selection.
Method TopologySelectionChanged Call to notify listeners that the topology selection has changed.
Read/write property TopologySymbol Symbol used to draw topology elements.

Classes that implement ITopologyExtension

Classes Description
TopologyExtension Extension for working with topology.

Remarks

From ITopologyExtension you can access the current MapTopology, work with the active topology errors, and set up symbology for topology errors and topological primitives.