03-08-2005 03:03 PM
03-08-2005 03:54 PM
03-08-2005 04:05 PM
03-08-2005 08:33 PM
03-08-2005 09:57 PM
06-10-2020 01:31 AM
Hi,
This caption name of elements in the array of cluster.can it be changed using reference to the array. i tried it using caption property node but all array elements get same caption name. rather each element in cluster getting different name
Thanks and regards
Sasi Kala K
06-10-2020 10:26 AM
@sasikala21 wrote:
This caption name of elements in the array of cluster.can it be changed using reference to the array. i tried it using caption property node but all array elements get same caption name. rather each element in cluster getting different name
As we said 15 years ago, array elements can only differ in value, not in properties. All properties (incl. caption) are shared by all elements.
We have given you a useful workaround above. Arrays are efficient data structures exactly because of that.
(Imagine each array element would need to carry kilobytes of meta data describing color, font, caption, etc.etc.! Not reasonable!)