This function obtains the number of layers in the layer array.
|
Copy Code
|
|
|---|---|
AT_ERRCOUNT ACCUAPI IG_layer_array_count_get(
HIGLAYERARRAY hLayers,
AT_INT* lpnCount
);
|
|
| Name | Type | Description |
|---|---|---|
| hLayers | HIGLAYERARRAY | Handle to the layer array object. |
| lpnCount | AT_INT* | The number of layers in the layer array. |
Error count.
This function does not process image pixels.