Sarnath
Mechanical
- Apr 2, 2003
- 14
Hi,
I am creating an entity in VBA and want to add the same to a selection set. How do i do it.
Dim newline as Acadentity
Set newLine = ThisDrawing.ModelSpace.AddLine(startpoint, EndPoint)
' now i want to add this to a selection set
Additems is used to add a selection set to another so how can i add this item to a selection set.
Could someone help me in this regard.
I am creating an entity in VBA and want to add the same to a selection set. How do i do it.
Dim newline as Acadentity
Set newLine = ThisDrawing.ModelSpace.AddLine(startpoint, EndPoint)
' now i want to add this to a selection set
Additems is used to add a selection set to another so how can i add this item to a selection set.
Could someone help me in this regard.