Revit 2025.3 API
View |
Delete the current view sheet set, and make the In-Session set as the current one.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public bool Delete()
Public Function Delete As Boolean
public: bool Delete()
member Delete : unit -> bool
Return Value
BooleanFalse if Delete operation fails, otherwise True.
| Exception | Condition |
|---|---|
| InvalidOperationException | Thrown when the current view sheet set is In-Session. |
If the current view sheet set is In-Session, an InvalidOperationException
will be thrown.
See Also