delete#

NativeComponentPCB.delete() bool#

Delete the Native Component in AEDT.

Returns:
bool

True when successful, False when failed.

Examples

>>> from ansys.aedt.core.modules.boundary.layout_boundary import NativeComponentObject
>>> obj = NativeComponentObject()
>>> obj.delete()