I am writing a routine that will copy layers to the active dwg from another dwg. Is there a method that will copy a layer object from one drawing layers dictionary to the current drawing layers dictionary I have rulled out: vla-copyfrom (dimstyles and plot configs) vla-copyobjects vla-copy vla-add Im thinking I will have to use vla-add and just set the new layer properties per the original layer properties. (which 'I feel' is the long way to get there) there must be a method that can copy a layer object. mustn't there?? Robert Good.