Home > PCB_PrimitiveArc > delete
PCB_PrimitiveArc.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.
Delete Arc line
Signature
typescript
function delete(primitiveIds: string | IPCB_PrimitiveArc | Array<string> | Array<IPCB_PrimitiveArc>): Promise<boolean>;1
Parameters
Parameter | Type | Description |
|---|---|---|
primitiveIds | string | IPCB_PrimitiveArc | Array<string> | Array<IPCB_PrimitiveArc> | Arc line primitive ID or Arc line primitive object |
Returns
Promise<boolean>
Delete Whether the operation is successful