remove_stackup_layer#

Layer.remove_stackup_layer() bool#

Remove the stackup layer.

Returns:
bool

True when successful, False when failed.

References

>>> oEditor.RemoveLayer

Examples

>>> from ansys.aedt.core.modules.layer_stackup import Layer
>>> obj = Layer()
>>> obj.remove_stackup_layer()