ViewSheetSetting
Description:
Represents the View/Sheet Set (Application Menu->Print) within Autodesk Revit.
Represents the View/Sheet Set (Application Menu->Print) within Autodesk Revit.
public class ViewSheetSetting : APIObject
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Delete() | bool | Delete the current view sheet set, and make the In-Session set as the current one. | |
| Rename(String) | bool | Rename the current view sheet set. | |
| Revert() | None | Revert the current view sheet set. | |
| SaveAs(String) | bool | Save the current view sheet set to another view sheet set with the specified name. | |
| Save() | bool | Save the changes for the current view sheet set. | |
| Dispose() | None | Causes the object to release immediately any resources it may be utilizing. | APIObject |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| AvailableViews | ViewSet | All views that can be printed. | |
| CurrentViewSheetSet | IViewSheetSet | The current view sheet set of PrintSetup. | |
| InSession | InSessionViewSheetSet | The in-session view sheet set of Print Setup. | |
| IsReadOnly | bool | Identifies if the object is read-only or modifiable. | APIObject |