create MethodStatic

Create a Texture with given parameters.

create(iModelDb: IModelDb, definitionModelId: string, name: string, format: ImageSourceFormat, data: string | Uint8Array, _width: number, _height: number, description: string, _flags: undefined): Texture

throws IModelError if unable to create the element.

Parameter Type Description
iModelDb IModelDb The iModel
definitionModelId string The DefinitionModel
name string The name/CodeValue of the Texture
format ImageSourceFormat Format of the image data
data string | Uint8Array The image data in a string
_width number unused.
_height number unused.
description string An optional description of the texture
_flags undefined unused.

Returns - Texture

The newly constructed Texture element.

Defined in

Last Updated: 29 November, 2022