.NET
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Collection Selectionsets in .NET

0 REPLIES 0
Reply
Message 1 of 1
Anonymous
214 Views, 0 Replies

Collection Selectionsets in .NET

I have write an application by Com Interop and now i want translate to :Net
but don't find the Collection SelectionSets .

Acad2006 --- visualstudio 2003


COM interop
Sub Example_SelectionSets()
' This example finds the current SelectionSets collection and
' adds a new SelectionSet to that collection.

Dim SSetColl As AcadSelectionSets
Set SSetColl = ThisDrawing.SelectionSets

' Create a SelectionSet named "TEST" in the current drawing
Dim ssetObj As AcadSelectionSet
Set ssetObj = SSetColl.Add("TEST")
MsgBox "A new SelectionSet called " & ssetObj.name & " has been added to
the SelectionSets collection.", vbInformation, "SelectionSets Example"
End Sub


.NET --------------->>>>> ?????????????????????????????


Thank's in advance
GPaolo
0 REPLIES 0

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk DevCon in Munich May 28-29th


Autodesk Design & Make Report

”Boost