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.
Unselect all nets
Signature
typescript
function unselectAllNets(): Promise<boolean>;1
Returns
Promise<boolean>
Whether the operation is successful
Remarks
If you want to unselect all primitives, use the PCB_SelectControl.clearSelected() API