Revit 2026 API
APIObjectDispose Method |
Causes the object to release immediately any resources it may be utilizing.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public void Dispose()
Public Sub Dispose
public: virtual void Dispose() sealed
abstract Dispose : unit -> unit override Dispose : unit -> unit
Implements
IDisposableDispose
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.
See Also