Parent Object: Sheets
Method that creates a new Sheet based on the input format. The newly created Sheet is returned.
| Name | Type | Description |
| SheetFormat | SheetFormat | Input Sheet object that specifies the sheet to be used as the template for creating the sheet format. |
| Model | Variant | Optional input that specifies the model to create drawings views of. This can either be the model Document object or a string that specifies the FullDocumentName of the model. This is a required input if the input SheetFormat defines at least one drawing view. This is an optional argument whose default value is null. |
| SheetName | String | Optional input String that defines the editable portion of the name that is displayed within the browser. If not specified, a default name is assigned to the sheet. This is an optional argument whose default value is """". |
| AdditionalOptions | Variant | Optional input NameValueMap object that specifies additional or advanced options for drawing view creation. See Remarks for supported values. This is an optional argument whose default value is null. |
| TitleBlockPromptStrings | Variant | This is an optional argument whose default value is null. |
| BorderPromptStrings | Variant | This is an optional argument whose default value is null. |
| Name | Description |
| Create sheet with multiple views | This sample demonstrates the creation of a drawing sheet based on a particular sheet format containing the definition for multiple views. |