This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITopologyGraph Interface > ITopologyGraph.SetEmpty Method (ArcObjects .NET 10.4 SDK) |
Removes all topological elements from the graph. Any client-side references to topo elements that came from this graph should be released.
[Visual Basic .NET]
Public Sub SetEmpty ( _
)
[C#] public void SetEmpty ( );
[C++]
HRESULT SetEmpty(
void
);
A topology element (TopologyNode or TopologyEdge) should not be used once the TopologyGraph has been set empty. All references to this object should be released.