TheSwamp

Code Red => VB(A) => Topic started by: Humbertogo on August 29, 2006, 05:09:18 AM

Title: selection set
Post by: Humbertogo on August 29, 2006, 05:09:18 AM
How to make a selection set of all Leader nearby a block?(VBA)
Title: Re: selection set
Post by: Chuck Gabriel 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.