Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic box's unique key (Read 3918 times)
Mah
Guest


box's unique key
Sep 8th, 2005 at 1:13am
Print Post  
each time we create a box, the box surely have a unique ID.

can i get the unique ID?
  
Back to top
 
IP Logged
 
Iva
Junior Member
**
Offline


MindFusion support

Posts: 55
Joined: Aug 6th, 2005
Re: box's unique key
Reply #1 - Sep 8th, 2005 at 6:57am
Print Post  
The flowchart elements are not assigned unique identifiers. However, if you never change the Z order, you can use the ZIndex property as identifier.

If you need to change the Z order, you still can assign your own IDs to the Tag property of objects. E.g. you could either increment an integer and assign it to each new object's Tag, or assign a Guid.NewGuid().ToString() as identifier.
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint