Set attribute values for an Object AST_SET
"
attribute_1 = value_1, attribute_2 = value_2, ... "
where "
attribute_n"
specifies an attribute name, and the value to the right of each "
="
sign should be
a suitable textual representation of the value to be assigned. This value will be interpreted according
to the attribute’
s data type.
’
Label( 1 ) =Offset from cluster axis’
,
STATUS ) Attribute names are not case sensitive and may be surrounded by white space.
White space may also surround attribute values, where it will generally be ignored (except for string-valued attributes where it is significant and forms part of the value to be assigned).
To include a literal comma in the value assigned to an attribute, the whole attribute value should be enclosed in quotation markes.
An error will result if an attempt is made to set a value for a read-only attribute.