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


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

ITopologyExtension2 Interface

Provides access to additional members that control the topology extension. Note: the ITopologyExtension2 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 TopologyGraphBuilt Notifies the topology extension that the current topology graph has been (re)built and that interested clients should be notified.
Method TopologySelectionChanged Call to notify listeners that the topology selection has changed.
Read/write property TopologySymbol Symbol used to draw topology elements.

Inherited Interfaces

Interfaces Description
ITopologyExtension Provides access to members that control a topology.

Classes that implement ITopologyExtension2

Classes Description
TopologyExtension Extension for working with topology.