*Attribute() - HyperGraph
Attaches data attributes to a vector or curve.
Syntax
*Attribute (varname, label, type, value)
Application
HyperGraph
Inputs
- varname
 - The unique variable name of the attribute.
 - label
 - The descriptive label of the attribute.
 - type
 - Can be of type "Integer", "Float", or "String".
 - value
 - The value of the attribute.
 
Comments
If the *Attribute() is attached to a vector, it is placed within the *BeginVector() block for that vector. The *BeginVector() block is contained within the *BeginCurve block. If the attribute is attached to a curve, the statement is placed outside the *BeginVector() block, but within the *BeginCurve() block.