API Reference > imodeljs-backend > ViewDefinitions > DisplayStyle3d > insert insert MethodStatic Insert a DisplayStyle3d for use by a ViewDefinition. insert(iModelDb: IModelDb, definitionModelId: Id64String, name: string, options?: DisplayStyleCreationOptions): Id64String throws IModelError if unable to insert the element. Parameter Type Description iModelDb IModelDb Insert into this iModel definitionModelId Id64String Insert the new DisplayStyle3d into this DefinitionModel name string The name of the DisplayStyle3d options DisplayStyleCreationOptions Returns - Id64String The Id of the newly inserted DisplayStyle3d element. Defined in core/backend/src/ViewDefinition.ts Line 302 Last Updated: 13 June, 2024