|
|
attribute properties to be set
|
Sets attribute properties.
•
|
SetReadOnly(isReadOnly: bool)
|
|
|
true, if the attribute must be read only, false otherwise
|
Sets whether or not this attribute is globally read-only.
Sets attribute name.
•
|
SetGroupName(groupName: string)
|
Sets attribute group name.
•
|
SetValueUnitType(valueUnitType: int)
|
|
|
new value unit type to be used
|
Sets the type of unit the value is give in. See AttributeValueUnitType for details and default units.
•
|
SetValue(value: string)
|
Sets the value of the attribute.
|
|
list of literal string values
|
Sets the value array.
|
|
new index to be set, must be valid
|
Sets the literal at the given index active. If the index is out of range, it will be ignored.
|