eda_sch_primitive_object_get_all_primitive_id
Retrieve all primitive IDs from a schematic binary embedded object in EasyEDA Pro. Pass the target window ID to fetch the array of primitive IDs for the active or specified document.
Instructions
sch_PrimitiveObject.getAllPrimitiveId() -> Promise<Array> 获取所有二进制内嵌对象的图元 ID returns: 二进制内嵌对象的图元 ID 数组
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |