select acad object using VB net

Discussion in 'AutoCAD' started by Darienas, Mar 15, 2005.

  1. Darienas

    Darienas Guest

    Hi all,
    Mabye someone mak's programs wits Vb net, plees devide you expirient, what kind of problem you have
    thanks
     
    Darienas, Mar 15, 2005
    #1
  2. Darienas

    viswanathan Guest

    Hi,

    While constructing AutoCAD applications in VB.NET u should be very careful about datatype for a selection set. After that everything same as VBA.

    For example :

    While declaring selectionset type & value you should declare like this .

    Dim ssettype(0) As Int16
    Dim ssetvalue(0) As Object

    Thanks & Regards,
    viswanathan.s
     
    viswanathan, Mar 16, 2005
    #2
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.