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