PropertyObject::AddProperty
Defined in:
Stores a property in a property object.
C4Properties.hPrototype
void AddProperty(Property *property);
Parameters
property |
The property to attach. |
Description
The AddProperty function stores the property specified by the property parameter in a property object. A property can be stored in only one property object at a time, so the property is removed from any other property object in which it may have previously been stored.
See Also
