"changeId"
Allows to change the ID of an element.
Synopsis
shape.changeId(string old, string new);
Parameter
Parameter | Description |
---|---|
shape | Name of the object |
old | Old ID |
new | New ID |
Description
Allows to change the ID of an element.
Example
main ()
{
TREE1.changeId("MyOldID", "MyNewID");
}
Assignment
Tree Widget