Interact with ACAD 2002 from VBA

Interact with ACAD 2002 from VBA

Anonymous
Not applicable
268 Views
2 Replies
Message 1 of 3

Interact with ACAD 2002 from VBA

Anonymous
Not applicable
Hi All,

I would like to reference some block objects from a .dwg file.

I am able to open the drawing by using the ACAD application object, however,
this opens an instance of the ACAD application and subsequently takes a
while to load. Is there any way to intereact with this file and gain access
to it's properties and objects without actually loading AutoCAD? Any ideas
would be appreciated. Thanks
0 Likes
269 Views
2 Replies
Replies (2)
Message 2 of 3

Anonymous
Not applicable
You have to open the drawing file in order to gain access to objects in the
file. You can elect to minimize or maximize the window.

Normally, I run a batch process type routine, that opens the drawing file,
accesses the required data, closes the file, and then moves on to the next
file.


--
Elise Moss
Moss Designs
21951 Bear Creek Way
Los Gatos, CA 95033
www.mossdesigns.com
408.395.0855 voice
408.354.2496 fax
"Mike Rand" wrote in message
news:[email protected]...
> Hi All,
>
> I would like to reference some block objects from a .dwg file.
>
> I am able to open the drawing by using the ACAD application object,
however,
> this opens an instance of the ACAD application and subsequently takes a
> while to load. Is there any way to intereact with this file and gain
access
> to it's properties and objects without actually loading AutoCAD? Any ideas
> would be appreciated. Thanks
>
>
>
>
0 Likes
Message 3 of 3

Anonymous
Not applicable
Look at (search the web or NG) for ObjectDBX
Murph

"Mike Rand" wrote in message
news:[email protected]...
> Hi All,
>
> I would like to reference some block objects from a .dwg file.
>
> I am able to open the drawing by using the ACAD application object,
however,
> this opens an instance of the ACAD application and subsequently takes a
> while to load. Is there any way to intereact with this file and gain
access
> to it's properties and objects without actually loading AutoCAD? Any ideas
> would be appreciated. Thanks
>
>
>
>
0 Likes