|
|
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.
•
|
SetValues(value: string)
|
Sets the value of the attribute.
|