Pat Stanford Posted January 31, 2020 Share Posted January 31, 2020 On 1/28/2020 at 3:01 PM, Samuel Derenboim said: there was a script you wrote once regarding counting the number of people in a space object by using the space object area and dividing it by a separate record. maybe that can give me a hint as to how to take information from one record and copy it to all the objects (or symbols) with the LOC of the boundary. Glad it is working. To transfer the record data you need a handle to both objects and the names of the Record and Field. SetRecord will assign the Record to the object. Something like SetRField(HandToObj,RecName,FieldName,GetRField(HandToLoc,RecName,FieldName)) should transfer the data. Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.