|
IAttribute::Value
Description
This property allows you to set and get the value of the attribute. The value must suit the type of attribute.
Syntax
Get property:
Value = Value( );
Return: (Variant) Value |
Value of attribute |
Set property:
Value( Value );
Input: (Variant) Value |
Value of attribute |
|