Share

ViewSheetSetting.Delete Method

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: 26.2.0.0 (26.2.0.0)

Syntax

C#

public bool Delete()

Return Value

Boolean
False if Delete operation fails, otherwise True.

Exceptions

ExceptionCondition
InvalidOperationException Thrown when the current view sheet set is In-Session.

Remarks

If the current view sheet set is In-Session, an InvalidOperationException will be thrown.

See Also

Reference

Was this information helpful?