Node::AddProperty
Defined in: C4Node.h
Attaches a property directly to a node.
Prototype
void AddProperty(Property *property);
Parameters
property |
The property to attach.
|
Description
The AddProperty function attaches the property specified by the property parameter directly to a node. A property can be attached to only one node at a time, so the property is removed from any other node to which it may have previously been attached.
See Also
Node::GetFirstProperty
Node::GetProperty
Property
|