Revit 2025.3 API
Preview |
This method is called if the user explicitly disposes of the
object (by calling the Dispose method in other managed languages,
or the destructor in C++).
Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public void Dispose()
Public Sub Dispose
public: virtual void Dispose() sealed
abstract Dispose : unit -> unit override Dispose : unit -> unit
Implements
IDisposableDisposeSee Also