This function obtains a handle to the layer at the specified index from the layer array.
|
Copy Code
|
|
|---|---|
AT_ERRCOUNT ACCUAPI IG_layer_array_layer_get(
HIGLAYERARRAY hLayers,
AT_INT nIndex,
LPHIGLAYER lphLayer
);
|
|
| Name | Type | Description |
|---|---|---|
| hLayers | HIGLAYERARRAY | Handle to the layer array object. |
| nIndex | AT_INT | Index of the layer to obtain. |
| lphLayer | LPHIGLAYER | Handle to the obtained layer. |
Error count.
This function does not process image pixels.
This function doesn't copy the layer; it just returns a reference to it.