Message 1 of 1
CopyObjects for ThisDrawing using AxDbDocument

Not applicable
11-10-2008
07:33 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Friends need help.
I can not make a copy of a file that is in memory to ThisDrawing.
Dim oAxDbDoc The New AxDbDocument
oAxDbDoc.Open "c: \ Mot.dwg"
The Object Dim oObj
Dim The ODS AcadBlock
Dim i As Integer
Dim The entry AcadEntity
September oAxDbDoc.HandleToObject entry = ("CA1")
September oObj entry =
how can copy the "oObj" for the ThisDrawing using oAxDbDoc.CopyObjects?
I can not make a copy of a file that is in memory to ThisDrawing.
Dim oAxDbDoc The New AxDbDocument
oAxDbDoc.Open "c: \ Mot.dwg"
The Object Dim oObj
Dim The ODS AcadBlock
Dim i As Integer
Dim The entry AcadEntity
September oAxDbDoc.HandleToObject entry = ("CA1")
September oObj entry =
how can copy the "oObj" for the ThisDrawing using oAxDbDoc.CopyObjects?