The function returns an index of the fill type in the internal container by fill pattern and material.
Copy Code
|
|
---|---|
AT_ERRCOUNT ACCUAPI IG_vect_drwng_get_filltypeindex( HIG_VECT_DRWNG hDrwng, enumIGVectFillPattern nPattern, long nMaterial, long* lpIndex ); |
Name | Type | Description |
---|---|---|
hDrwng | HIG_VECT_DRWNG | Handle to the Drawing. |
nPattern | enumIGVectFillPattern | Fill pattern. |
nMaterial | long | Surface material. |
lpIndex | long* | Buffer for fill type index. |
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
If fill type with such attributes does still not exist, it is created.