Home > DMT_Schematic > getSchematicPageInfo
DMT_Schematic.getSchematicPageInfo() 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
getSchematicPageInfo(schematicPageUuid: string): Promise<IDMT_SchematicPageItem | undefined>;
1
Parameters
Parameter | Type | Description |
---|---|---|
schematicPageUuid | string | 原理图图页 UUID |
Returns
Promise<IDMT_SchematicPageItem | undefined>
原理图图页的详细属性,如若为 undefined
则获取失败