ViewSheetSettingDelete Method |
Delete the current view sheet set, and make the In-Session set as the current one.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
SyntaxPublic Function Delete As Boolean
member Delete : unit -> bool
Return Value
BooleanFalse if Delete operation fails, otherwise True.
Exceptions
RemarksIf the current view sheet set is In-Session, an InvalidOperationException
will be thrown.
See Also