custom entity dbx run in VBA

Discussion in 'AutoCAD' started by mask, Jan 8, 2004.

  1. mask

    mask Guest

    How to cause custom entity (*.dbx) in VBA , to obtain the data and to change properties custom entity (*.dbx) in VBA.
    Where it is possible to find an example on work with custom entity (*.dbx) in VBA?
    Thanks
     
    mask, Jan 8, 2004
    #1
  2. You'll need to reference the type library for the custom entity/object.
    This assumes that it has a COM wrapper. If not you'll need to add
    one. Are you developing the custom entity?

    If so, post in the ObjectARX group for help on adding a COM wrapper.

    If not, you're at the mercy of the entity developer. If it has
    Properties dialog support then it likely has a COM wrapper, If not,
    it's highly unlikely that the is a COM wrapper...

    --
    Best regards,

    Byron Blattel
    CADwerx--Applications for AutoCAD
    Autodesk Registered Developer
    Contact Info @ http://www.cadwerx.net
    Custom Programming Services - ObjectARX/C++/MFC/ASP/STL/ATL/ISAPI...
     
    Byron Blattel, Jan 8, 2004
    #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.