Home > PCB_Net > unselectAllNets
PCB_Net.unselectAllNets() 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
unselectAllNets(): Promise<boolean>;
1
Returns
Promise<boolean>
操作是否成功
Remarks
如果希望取消选中所有图元,请使用 PCB_SelectControl.clearSelected() 接口