Scenario :
-Palette contains three images : Image1 , Image2 , Image3.
-On drag n drop from the palette to the floor , images are added on the floor.
-Suppose I have three images of the type “Image1” .
How can I differentiate between the images? Using which property ? Is there a way to assign a unique Id to it ?
And How can they be saved & retrieve ? with reference to which property ?
Assuming the floor diagram is saved already ,
if I need three images of the type “Image1” on the floor on page load , how can I get them using the Unique Id that we would set to it ?