Node::GetPropertyObject
Defined in:
Returns the property object attached to a node.
C4Node.h
Prototype
PropertyObject *GetPropertyObject(void) const;
Description
The GetPropertyObject
function returns a pointer to the property object attached to a node. If there is no property object attached to a node, then the return value is nullptr
. A node does not have a property object by default.
See Also