Property Table

Property Table

xucq
Not applicable
9 Views
4 Replies
Message 1 of 5

Property Table

xucq
Not applicable

[ FlexSim 20.2.0 ]

Hi,

I want to change an object's name by edit the PropertyTables:

Table(Model.find("Tools/PropertyTables/PropertyTable1>variables/table"))[2][2] = "N";

But it doesnot work, can you help me?

31896-qq截图20200814102234.png

0 Likes
Accepted solutions (1)
10 Views
4 Replies
Replies (4)
Message 2 of 5

joerg_vogel_HsH
Mentor
Mentor

Why do you do this? Is it not enough to set a name by Object property name?

0 Likes
Message 3 of 5

xucq
Not applicable

Hi Joerg,

I want to try the new function and wonder if it can modify the objects' property in batch.

0 Likes
Message 4 of 5

philboboADSK
Autodesk
Autodesk
Accepted solution

You can use the Table.query() command to modify objects' properties in batch.

See https://docs.flexsim.com/en/20.2/Reference/Tools/PropertyTables/#sql



Phil BoBo
Sr. Manager, Software Development
Message 5 of 5

xucq
Not applicable

Thank you ,Phil. I will have a try.

0 Likes