Share Email Facebook Twitter LinkedIn APIObject.Dispose Method Causes the object to release immediately any resources it may be utilizing.Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34) Syntax C# public void Dispose()ImplementsIDisposable.Dispose() RemarksThis 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. See AlsoReferenceAPIObject ClassAutodesk.Revit.DB Namespace