Script Project File Element
X-Ref:
- Ast Script Project File Node
- Ast Script Project File Base Node
Attributes
Attribute | API Type | Default | Description |
---|---|---|---|
Path | String | This value specifies the relative path of the defined file within the script project file hierarchy. This is a required property | |
BuildAction | ScriptProjectFileBuildAction | Compile | This value specifies how the project file should be handled on build. |
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. |