abeLayerOrPtArray
abeLayerOrPtArray(
l_pointArray
o_abeOutputLayer
)
=> t / nil
Description
Adds a polygon that is represented by a list of points to the ABE output layer.
Arguments
Values Returned
|
The function was not successful because ABE is not initialized or there was an argument error. |
Examples
Adds the polygon represented by the pts point array to ABE layer a7.
abeLayerOrPtArray( pts a7 )
Related Topics
Return to top