GH_Document.Dispose Method

GH_DocumentDispose Method

When you discard documents you must call Dispose or the Viewport Display event handlers will not be disconnected.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public void Dispose()
Public Sub Dispose

Implements

IDisposableDispose
See Also