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.
Comments
Hi, Ege!
I think
LayoutView.save_layer_propsis what are you looking for. If you need to do this for single layer, you should find needed one by iterating starting fromLayoutView.begin_layers. SeeLayerPropertiesandLayerPropertiesIterator. tf_import is good example.Eugene.