CreateSheetViewDefinitionArgs Interface
Arguments to be passed in to SheetViewDefinition.create
Properties
Name | Type | Description | |
---|---|---|---|
baseModelId | string | The Id of the sheet model whose contents will be displayed by this view. | |
categorySelectorId | string | The CategorySelector that this view should use. | |
definitionModelId | string | The Id of the DefinitionModel into which the sheet view will be inserted. | |
displayStyleId | string | The DisplayStyle2d that this view should use. | |
iModel | IModelDb | The iModel in which the sheet view will be created. | |
name | string | The name to use as the view's Code value. | |
range | Range2d | Defines the view origin and extents. |
Defined in
- core/backend/src/ViewDefinition.ts Line 818
Last Updated: 27 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.