This function obtains name of the layer.
|
Copy Code
|
|
|---|---|
AT_ERRCOUNT ACCUAPI IG_layer_name_get(
HIGLAYER hLayer,
LPSTR lpBuffer,
AT_UINT* lpnBytesCopied
);
|
|
| Name | Type | Description |
|---|---|---|
| hLayer | HIGLAYER | Handle to the layer object. |
| lpBuffer | LPSTR | Pointer to the character buffer to which to return the name. |
| lpnBytesCopied | AT_UINT* | Length of the name in bytes. |
Error count.
This function does not process image pixels.