Please note: CPAINT nor this website is under active development. |
Backend: cpaint_node.get_id()
cpaint_node Method Summary
object add_node()
void set_data()
mixed get_data()
void set_id()
string get_id()
void set_attribute()
string get_attribute()
void set_name()
string get_name()
string get_id ()
returns the id property of the node
Class
Return Value
» string value of the id property
API Tags
» Access: public
» Deprecated since version 2.0.0, use cpaint_node.get_attribute() instead
Description
Retrieves the id property of the node.
This method is just a special case of get_attribute() and exists
merely for backward-compatibility reasons. Its use is considered deprecated.