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


ITopologyExtensionEvents2.OnTopologyGraphBuild Event (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (EditorExt)  

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