Home > PCB_PrimitiveObject > delete
PCB_PrimitiveObject.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_PrimitiveObject | Array<string> | Array<IPCB_PrimitiveObject>): Promise<boolean>;
1
Parameters
Parameter | Type | Description |
---|---|---|
primitiveIds | string | IPCB_PrimitiveObject | Array<string> | Array<IPCB_PrimitiveObject> | 二进制内嵌对象的图元 ID 或二进制内嵌对象图元对象 |
Returns
Promise<boolean>
删除操作是否成功