User Hook- ObjectID [PickMaster 3]

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

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

True, forgot that one.
I was just thinging about runtime execution.