Script Project External File Element
X-Ref:
- Ast Script Project External File Node
- Ast Script Project File Base Node
Attributes
Attribute | API Type | Default | Description |
---|---|---|---|
ExternalPath | String | This value specifies the location of the file on the build machine relative to the current file, relative to the BimlStudio installation directory, or as an absolute path. Environment variables may be included by using the %EnvironmentVariableName% syntax within the path value. This is a required property | |
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. |