createModel Method
Create a new model in memory. See the example in InformationPartitionElement.
createModel<T extends Model>(modelProps: ModelProps): T extends Model
throws IModelError if there is a problem creating the model.
| Parameter | Type | Description |
|---|---|---|
| modelProps | ModelProps | The properties to use when creating the model. |
Defined in
Last Updated: 08 January, 2020