GH_Document.ClearReferenceTable Method

GH_DocumentClearReferenceTable Method

Destroys the Referenced object table in the Rhino event watcher. You must call this function if you either add or remove a reference to a Rhino object.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public void ClearReferenceTable()
Public Sub ClearReferenceTable
See Also