ImageGear Professional v18.4 > API Reference Guide > Vector Component API Reference > Vector Component Functions Reference > Layer Container Functions > IG_vect_layercont_get_count |
This function gets a total count of layers in the container.
Copy Code
|
|
---|---|
AT_ERRCOUNT ACCUAPI IG_vect_layercont_get_count(
HIG_VECT_LAYERCONT hLayercont,
long* lpCount
);
|
Name | Type | Description |
hLayercont | HIG_VECT_LAYERCONT | Handle to Layer container. |
lpCount | long* | Buffer for the count being returned. |
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