Node::GetNodeName
Defined in: C4Node.h
Returns the name of a node.
Prototype
const char *GetNodeName(void) const;
Description
The GetNodeName function returns a pointer to the name of a node. If the node does not have a name, then the return value is nullptr. (The name itself is stored in a property attached to the node.)
See Also
Node::SetNodeName
|