Home > DMT_Schematic > getCurrentSchematicInfo
DMT_Schematic.getCurrentSchematicInfo() 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
getCurrentSchematicInfo(): Promise<IDMT_SchematicItem | undefined>;
1
Returns
Promise<IDMT_SchematicItem | undefined>
原理图的详细属性,如若为 undefined
则获取失败
Remarks
将会获取当前打开且拥有最后输入焦点的原理图图页所关联的原理图的详细属性