Tabular Model Reference Element
Attributes
Attribute | API Type | Default | Description |
---|---|---|---|
TabularModelName | AstTabularModelNode | Specifies the related tabular model. This is a required reference to an existing definiton. | |
OutputModelLabel | String | Specifies the name that should be used for the referenced tabular model when it is emitted into the BIM file. This name will be used both for the tabular model and the name of the BIM file. If no OutputTabularLabel is specified, the OutputTabularLabel property of the referenced tabular model will be used. If no OutputTabularLabel property is defined on the referenced tabular model, the Name property of the referenced tabular will be used in its place. This property is provided to offer more fine-grained control over tabular model naming in automation scenarios, especially in multi-tenant environments. This can be important, since tabular model names are end-user visible. |
Collection Children
Child | API Type | Description |
---|---|---|
<Annotations> <Annotation /> </Annotations> | AstAnnotationNode | This is a collection of annotation items that can be used to specify documentation, tags, or other information. Annotations are particularly useful for storing information about nodes that can be used by BimlScript code. |