Saving layer properties by scripting.

Hello!
Is it possible to save layer properties of a layout by writing a python script?

Thank you!

Comments

  • Hi, Ege!

    I think LayoutView.save_layer_props is what are you looking for. If you need to do this for single layer, you should find needed one by iterating starting from LayoutView.begin_layers. See LayerProperties and LayerPropertiesIterator. tf_import is good example.

    Eugene.

Sign In or Register to comment.