Home > SCH_PrimitivePin > getAllPrimitiveId
SCH_PrimitivePin.getAllPrimitiveId() method
此 API 当前处于 BETA 预览状态,希望得到开发者的反馈。它的任何功能都可能在接下来的开发进程中被修改,请不要将它用于任何正式环境。
获取所有引脚的图元 ID
签名
typescript
getAllPrimitiveId(componentPrimitiveId?: string | ISCH_PrimitiveComponent): Promise<Array<string>>;
1
参数名
参数 | 类型 | 描述 |
---|---|---|
componentPrimitiveId | string | ISCH_PrimitiveComponent | (Optional) |
返回值
Promise<Array<string>>
引脚的图元 ID 数组
备注
当处于符号编辑器时,componentPrimitiveId 应始终为 undefined