setDefaultViewId Method
Deprecated in 4.2.x. Avoid setting this property - it is not practical for one single view to serve the needs of the many applications
that might wish to view the contents of the iModel.
Set the default view property the iModel.
setDefaultViewId(viewId: string): void
Parameter | Type | Description |
---|---|---|
viewId | string | The Id of the ViewDefinition to use as the default |
Returns - void
Defined in
- core/backend/src/IModelDb.ts Line 2459
Last Updated: 13 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.