deleteAttr deleteattr

Delete any attribute for a given s7:elementID.

deleteAttr.elementID={attributeName%26attributeName}

If an FXG node element has a s7:elementID defined, the attributes for that node can be deleted with this command.

Example section-dece7192384a412c9afdfbda6f08bc97

<Group x="130.494" y="102.2246" d:id="4" d:type="layer" d:userLabel="WhiteFrame" visible="true" s7:elementID="middle_area">

deleteAttr.middle_area={x%26y%26visible}

<Group d:id="4" d:type="layer" d:userLabel="WhiteFrame" s7:elementID="middle_area">

This example removes the attributes x, y, and visible from the original FXG node.

recommendation-more-help
a26166cd-f2f4-45ce-996d-96a0f0d6cf49