Home > DMT_Schematic > deleteSchematic
DMT_Schematic.deleteSchematic() 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
deleteSchematic(schematicUuid: string): Promise<boolean>;
1
Parameters
Parameter | Type | Description |
---|---|---|
schematicUuid | string | 原理图 UUID |
Returns
Promise<boolean>
操作是否成功
Remarks
如若原理图已关联复用模块(在工程库内存在同名的复用模块符号),则删除原理图时将同步删除关联的 PCB 和复用模块符号,复用模块符号不可删除则跳过