This function inserts the layer at the specified index position of the layer array.
Copy Code
|
|
---|---|
AT_ERRCOUNT ACCUAPI IG_layer_array_layer_insert( HIGLAYERARRAY hLayers, AT_INT nIndex, HIGLAYER hLayer ); |
Name | Type | Description |
---|---|---|
hLayers | HIGLAYERARRAY | Handle to the layer array object. |
nIndex | AT_INT | Index at which to insert. |
hLayer | HIGLAYER | Handle to the inserted layer. |
Error count.
This function does not process image pixels.
The layer object is not copied. Instead, a reference is inserted at the specified position.