Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Adding Acadentity to a selectionset

Status
Not open for further replies.

Sarnath

Mechanical
Joined
Apr 2, 2003
Messages
14
Location
IN
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.
 
Seems to me that you should have posted this in your CAD software's forum.

TTFN
faq731-376
7ofakss

Need help writing a question or understanding a reply? forum1529


Of course I can. I can do anything. I can do absolutely anything. I'm an expert!
There is a homework forum hosted by engineering.com:
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top