Page 1 of 1

How to identify each Node inserted on simplegraph?

PostPosted: November 22nd, 2005, 1:33 pm
by Mirage
Hello

How to identify each Node inserted on simplegraph.

Is what there is another method that the selection.

Thank you in advance

PostPosted: November 22nd, 2005, 2:12 pm
by Kambiz
There is OnInsertNode event for this purpose.

Please read readme.htm file, which comes with the component.

PostPosted: November 22nd, 2005, 2:58 pm
by Mirage
Hello

Please it is possible to identify each object by a number or another thing

PostPosted: November 22nd, 2005, 8:28 pm
by Kambiz
Each Node/Link has an read-only ID property, which is unique in each graph. Besides that, each Node/Link has a Tag property that you can use it as you wish.

It's better to read the documents before posting any new question.

PostPosted: November 23rd, 2005, 8:18 am
by Mirage
Thank you for your assistance.

To forgive me.

Mirage