createCode MethodStatic
Create a Code for a SubCategory given a name that is meant to be unique within the scope of the specified parent Category.
createCode(iModel: IModelDb, parentCategoryId: CodeScopeProps, codeValue: string): Code
| Parameter | Type | Description |
|---|---|---|
| iModel | IModelDb | The IModel |
| parentCategoryId | CodeScopeProps | The Id of the parent Category that owns the SubCategory and provides the scope for its name. |
| codeValue | string | The name of the SubCategory |
Defined in
Last Updated: 08 January, 2020