apHighlightDevices
apHighlightDevices(d_cellViewID[ ?dummyg_dummies][ ?activeg_activeDevices] ) =>t/ nil
Description
Highlights the selected types of devices in the layout. You can highlight dummy devices, active devices, or both.
Arguments
Value Returned
Examples
Highlights all dummy devices in the current cellview.
cv = geGetEditCellView()
apHighlightDevices(cv ?dummy t ?active nil)
Related Topics
Return to top