Home > PCB_PrimitivePour > delete
PCB_PrimitivePour.delete() method
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
删除覆铜边框
Signature
typescript
delete(primitiveIds: string | IPCB_PrimitivePour | Array<string> | Array<IPCB_PrimitivePour>): Promise<boolean>;
1
Parameters
Parameter | Type | Description |
---|---|---|
primitiveIds | string | IPCB_PrimitivePour | Array<string> | Array<IPCB_PrimitivePour> | 覆铜边框的图元 ID 或覆铜边框图元对象 |
Returns
Promise<boolean>
删除操作是否成功