API Reference > imodeljs-backend > Elements > Subject > createCode createCode MethodStatic Create a Code for a Subject given a name that is meant to be unique within the scope of its parent Subject. createCode(iModelDb: IModelDb, parentSubjectId: string, codeValue: string): Code Parameter Type Description iModelDb IModelDb The IModelDb parentSubjectId string The Id of the parent Subject that provides the scope for names of its child Subjects. codeValue string The child Subject name Returns - Code Defined in core/backend/src/Element.ts Line 779 Last Updated: 11 June, 2024