Home > PCB_Drc > deletePadPairGroup
PCB_Drc.deletePadPairGroup() 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
deletePadPairGroup(padPairGroupName: string): Promise<boolean>;
1
Parameters
Parameter | Type | Description |
---|---|---|
padPairGroupName | string | 焊盘对组名称 |
Returns
Promise<boolean>
操作是否成功