Home > SCH_PrimitiveWire > getAllPrimitiveId
SCH_PrimitiveWire.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 | Array<string>): Array<string>;
1
Parameters
Parameter | Type | Description |
---|---|---|
net | string | Array<string> | (Optional) 网络名称 |
Returns
Array<string>
导线的图元 ID 数组