Home > SCH_PrimitiveComponent > placeCbbSchematicPage
SCH_PrimitiveComponent.placeCbbSchematicPage() 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
placeCbbSchematicPage(cbbSchematicPage: {
libraryUuid: string;
cbbUuid: string;
uuid: string;
}, x: number, y: number): Promise<boolean>;1
2
3
4
5
2
3
4
5
Parameters
Parameter | Type | Description |
|---|---|---|
cbbSchematicPage | { libraryUuid: string; cbbUuid: string; uuid: string; } | 复用模块原理图图页 |
x | number | 坐标 X |
y | number | 坐标 Y |
Returns
Promise<boolean>
放置操作是否成功