.NET
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Move / Copy DBDictionary

2 REPLIES 2
SOLVED
Reply
Message 1 of 3
SRSDS
482 Views, 2 Replies

Move / Copy DBDictionary

Is it possible to move a DBDictionary?

 

This page suggests it is: 

http://help.autodesk.com/view/OARX/2018/ENU/?guid=OREFNET-Autodesk_AutoCAD_DatabaseServices_DBDictio...

 

I can't seem to figure out what sort of syntax is needed to achieve it.

2 REPLIES 2
Message 2 of 3
_gile
in reply to: SRSDS

Hi,

 

This method is 'protected'. This mean the method is only accessible within the DBDictionary class (same as 'private') and derived classes.

 

To "copy" a DBDictionary within the same Database, you should try the DeepCloneObjects() method.

To "copy" a DBDictionary from a Database to another one, you should try the WBlockCloneObjects() method.



Gilles Chanteau
Programmation AutoCAD LISP/.NET
GileCAD
GitHub

Message 3 of 3
SRSDS
in reply to: _gile

That explains it. Thank you again.

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Forma Design Contest


AutoCAD Beta