Home > PCB_PrimitivePolyline > get
PCB_PrimitivePolyline.get() 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
get(primitiveIds: string): Promise<IPCB_PrimitivePolyline | undefined>;
1
Parameters
Parameter | Type | Description |
---|---|---|
primitiveIds | string | 折线的图元 ID,可以为字符串或字符串数组,如若为数组,则返回的也是数组 |
Returns
Promise<IPCB_PrimitivePolyline | undefined>
折线图元对象,undefined
表示获取失败