Copy_ODTables

Copy_ODTables

Anonymous
Not applicable
261 Views
1 Reply
Message 1 of 2

Copy_ODTables

Anonymous
Not applicable
Hi All,
I want to Copy OD Tables from one object to another.
Is there any way to do this in VBA. Thanks in Advance...

Regards,
Basha
0 Likes
262 Views
1 Reply
Reply (1)
Message 2 of 2

Anonymous
Not applicable
I assume by "ODTables" you mean Object Data Table (in Acad Map).

ODTable does not exists on the object/entity basis. It is per drawing based.
As long as the ODTable is defined, you can construct an Object data record
and attach it to selected entities.

So, you do not copy. You attach.

Look into:

ODTable.CreateRecord()
ODRecord.AttachTo()


wrote in message news:5642815@discussion.autodesk.com...
Hi All,
I want to Copy OD Tables from one object to another.
Is there any way to do this in VBA. Thanks in Advance...

Regards,
Basha
0 Likes