Skip to main content

Component Script Project Input Buffer Element

Component Script Project Input Buffer Element

Attributes

AttributeAPI TypeDefaultDescription
NameString 
Specifies the name of the object. This name can be used to reference this object from anywhere else in the program. This is a required property

Collection Children

ChildAPI TypeDescription
<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.
<Columns>
    <Column />
</Columns>
AstComponentScriptProjectInputBufferColumnNode
This is a collection of input buffer column definitions that will be exposed to the script project user code as mapped input buffer columns.