insert MethodStatic
Insert a DocumentPartition and a DocumentListModel that sub-models it.
insert(iModelDb: IModelDb, parentSubjectId: Id64String, name: string): Id64String
throws IModelError if there is an insert problem.
Parameter | Type | Description |
---|---|---|
iModelDb | IModelDb | Insert into this iModel |
parentSubjectId | Id64String | The DocumentPartition will be inserted as a child of this Subject element. |
name | string | The name of the DocumentPartition that the new DocumentListModel will sub-model. |
Returns - Id64String
The Id of the newly inserted DocumentPartition and DocumentListModel (same value)
Defined in
- core/backend/src/Model.ts Line 442
Last Updated: 13 June, 2024