Skip to main content
Known Participant
October 30, 2014
Answered

Can I get all objects/path items inside an artboard?

  • October 30, 2014
  • 1 reply
  • 348 views

I've got a document with multiple artboards. I want to go through each artboard and note the positions of all pathItems inside. It's important to note the items in each artboard separately. Is there a way to do this?

This topic has been closed for replies.
Correct answer CarlosCanto

yes, use the selectObjectsOnActiveArtboard() function, that'll give you all items in an artboard without the need to use any math to calculate their relative positions.

1 reply

CarlosCanto
Community Expert
CarlosCantoCommunity ExpertCorrect answer
Community Expert
October 30, 2014

yes, use the selectObjectsOnActiveArtboard() function, that'll give you all items in an artboard without the need to use any math to calculate their relative positions.

Known Participant
October 30, 2014

Awesome! Thanks!