Very yes.  I've attached a short PIO showing this.  It's a Point Object with a single parameter, a static text parameter called linkedPos.  The PIO is set to Reset on Move (this is very important).   The code looks like this: PROCEDURE PickTest; VAR linkedPos,objName:STRING; objHd,recHd,wallHd,pickHd:HANDLE; origin:POINT; BEGIN linkedPos:=PlinkedPos; IF GetCustomObjectInfo(objName,objHd,recHd,wallHd) THEN GetSymLoc(objHd,origin.x,origin.y); pickHd:=PickObject(origin.x,ori
    • Like
    1