RVTDocs.com
Namespace: Autodesk.Revit.DB Class: APIObject

APIObject.Dispose

Method
Description:
Causes the object to release immediately any resources it may be utilizing.
Remarks:
This method is usually called implicitly by the programming language when the object is destroyed. After calling this method the object will no longer work correctly.
Syntax
public void Dispose()