This function gets a total count of layers in the container.
Declaration:
Copy Code | |
---|---|
AT_ERRCOUNT ACCUAPI IG_vect_layercont_get_count(
HIG_VECT_LAYERCONT hLayercont,
long* lpCount
);
|
Arguments:
Name | Type | Description |
hLayercont | HIG_VECT_LAYERCONT | Handle to Layer container. |
lpCount | long* | Buffer for the count being returned. |
Return Value:
Returns 0 if successful. Otherwise, returns the number of ImageGear errors that occurred during this function call.
Supported Raster Image Formats:
This function does not process image pixels.
Sample:
None