Author Topic: selection set  (Read 1900 times)

0 Members and 1 Guest are viewing this topic.

Humbertogo

  • Guest
selection set
« on: August 29, 2006, 05:09:18 AM »
How to make a selection set of all Leader nearby a block?(VBA)

Chuck Gabriel

  • Guest
Re: selection set
« Reply #1 on: August 29, 2006, 08:04:15 AM »
Maybe you could use GetBoundingBox to establish the extents of the block's geometry, and then feed the points returned (and the appropriate filters for leaders) to the select method of the SelectionSet using crossing mode.