The function sets the layer name.
Copy Code
|
|
---|---|
AT_ERRCOUNT ACCUAPI IG_vect_layer_set_name( HIG_VECT_LAYER hLayer, LPCHAR lpName ); |
Name | Type | Description |
---|---|---|
hLayer | HIG_VECT_LAYER | Handle to the Layer. |
lpName | LPCHAR | Layer name being set. |
Returns 0 if successful. Otherwise, returns the number of ImageGear errors that occurred during this function call.
This function does not process image pixels.
None