abeBoundariesFromCellView
abeBoundariesFromCellView(o_outLayer g_queue) =>o_abeLayer/ nil
Description
Copies the boundaries from the current ABE session cellview to a new ABE layer or, optionally, an existing ABE layer. Optional arguments restrict the copied boundaries to a specified layer. This function can be run immediately or added to the queue.
Arguments
Value Returned
|
ID of the new ABE layer to which the layer shapes were added. |
|
|
The function was not successful because ABE is not initialized or there was an argument error. |
Example
The following example initializes the ABE engine with cv (cellview id) then calls abeBoundariesFromCellView to copy the boundaries to the newly created ABE layer out1.
abeInit(cv)
out1 = abeBoundariesFromCellView()
Related Topics
Support for Multithreading in ABE Functions
Return to top