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


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

ITopologyExtensionEvents2.OnTopologyGraphBuild Event

Called after the topology graph associated with the current topology (either the map or a database topology) has been (re)built. Clients should release references to any existing topo elements.

[Visual Basic .NET]
Public Event OnTopologyGraphBuild As OnTopologyGraphBuildEventHandler
[C#]
public event OnTopologyGraphBuildEventHandler OnTopologyGraphBuild

Product Availability

Available with ArcGIS Desktop.

See Also

ITopologyExtensionEvents2 Interface