Hello,
cretating my PositionAdjuster,
I’d like to distinguish between Items.
In the objectId I got the GUID, but can I simply distinguish using the project name? for example: “Item1” and “Item2”?
Can I get the list of the available Object in my project?
BR
Oscar
Mats_W
2
There is no way to read the objects in your program code.
Read the pmproj file in a text editor. That will have your GUID’s.
/Mats
Hi,
I find the solution:
in
public bool Configure(ObjectInfo objects)
…
Oscar
Mats_W
4
True, forgot that one.
I was just thinging about runtime execution.