Jump to content

symbols in geometrical boundary count via tag


Recommended Posts

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.

Link to comment

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...