This function gets the absolute length of the pattern.
Copy Code
|
|
---|---|
AT_ERRCOUNT ACCUAPI IG_vect_linetype_get_patternlen( HIG_VECT_LINETYPE hLinetype, FLOAT* lpPatternlen ); |
Name | Type | Description |
---|---|---|
hLinetype | HIG_VECT_LINETYPE | Handle to the Line Type. |
lpPatternlen | FLOAT* | Pattern length 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