Script Project Variable Reference Element
Attributes
Attribute | API Type | Default | Description |
---|---|---|---|
DataType | TypeCode | Empty | This value specifies the type of the target variable that will be made accessible to the script project user code. This is a required property |
VariableName | String | This value specifies the name of target variable that will be made accessible to the script project user code. This is not modeled as a direct reference to a variable, because the parent script project can be used from a variety of packages. This is a required property | |
Namespace | String | This value specifies the variable namespace of the target variable that will be made accessible to the script project user code. |
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. |