Code Class
A three-part structure containing information about the Code of an Element
Implements
Methods
| Name | Description | |
|---|---|---|
| constructor(val: CodeProps): Code | ||
| equals(other: Code): boolean | ||
| getValue(): string | ||
| createEmpty(): Code Static | Create an empty, non-unique code with no special meaning. | |
| fromJSON(json?: any): Code Static |
Properties
| Name | Type | Description | |
|---|---|---|---|
| scope | string | the CodeScope of the Element | |
| spec | Id64String | The id of the CodeSpec of the Element | |
| value | undefined | string | the CodeValue of the Element |
Defined in
Last Updated: 08 January, 2020