Message 1 of 3
Adding Acadentity to a selectionset

Not applicable
08-02-2015
09:41 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
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.