ViewSheetSetting Class

Represents the View/Sheet Set (Application Menu->Print) within Autodesk Revit.
Inheritance Hierarchy
SystemObject
  Autodesk.Revit.DBAPIObject
    Autodesk.Revit.DBViewSheetSetting

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public class ViewSheetSetting : APIObject

The ViewSheetSetting type exposes the following members.

Properties
 NameDescription
Public propertyAvailableViewsAll views that can be printed.
Public propertyCurrentViewSheetSetThe current view sheet set of PrintSetup.
Public propertyInSessionThe in-session view sheet set of Print Setup.
Public propertyCode exampleIsReadOnlyIdentifies if the object is read-only or modifiable.
(Inherited from APIObject)
Top
Methods
 NameDescription
Public methodDeleteDelete the current view sheet set, and make the In-Session set as the current one.
Public methodDisposeCauses the object to release immediately any resources it may be utilizing.
(Inherited from APIObject)
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodRenameRename the current view sheet set.
Public methodRevertRevert the current view sheet set.
Public methodSaveSave the changes for the current view sheet set.
Public methodSaveAsSave the current view sheet set to another view sheet set with the specified name.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also