How can i get or Manipulate the BlockReference

How can i get or Manipulate the BlockReference

Anonymous
Not applicable
229 Views
0 Replies
Message 1 of 1

How can i get or Manipulate the BlockReference

Anonymous
Not applicable
How can i get the red circles in the drawing. I want to drawing the red circles in other drawing but with his properties, the circles are inside of BlockReferece I tried some codes but i nothing get.The circles not appear in the Model Space or in a SelectionSets, When i use SelectionSet i put SSetColl in Watches but appear empty. If some body have a code for help me with this issue i appreciate to much your help

I Can't attached the drawing to forum
Example:
Dim Block as AcadBlock
For each Block in ThisDrawing.Blocks
'...some code for get circles
Next

or

Dim SSetColl as AcadSelectionSets
SSetColl = ThisDrawing.SelectionSets
For Each Block in SSetColl
'...some code for get circles
Next

or

Dim SSetColl as AcadSelectionSet
SSetColl = ThisDrawing.PickfirstSelectionSet
For Each Block in SSetColl
'...some code for get circle
Next Edited by: Zeusovsky on Jan 5, 2009 3:31 PM
0 Likes
230 Views
0 Replies
Replies (0)