Home > PCB_PrimitivePolyline > getAllPrimitiveId
PCB_PrimitivePolyline.getAllPrimitiveId() 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.
获取所有折线的图元 ID
Signature
typescript
getAllPrimitiveId(net?: string, layer?: TPCB_LayersOfLine, primitiveLock?: boolean): Promise<Array<string>>;
1
Parameters
Parameter | Type | Description |
---|---|---|
net | string | (Optional) 网络名称 |
layer | (Optional) 层 | |
primitiveLock | boolean | (Optional) 是否锁定 |
Returns
Promise<Array<string>>
折线的图元 ID 数组