Varigence, Inc.

Expand Minimize
BIML Language Reference
Annotation Element
The AstAnnotationNode type is used to define an annotation item 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.
Attributes
 AttributeAPI TypeDefaultDescription
AnnotationTypeAnnotationTypeTag
Specifies the AnnotationType selected from a list of annotation types supported by the system.
TagString 
This value specifies the tag that is associated with this annotation. Tags are primarily used for classifying annotation values that will later be used by BimlScripts.
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.