This function returns the geometry type.
Copy Code
|
|
---|---|
AT_ERRCOUNT ACCUAPI IG_vect_geom_get_type( HIG_VECT_ENTITY hEntity, enumIGVectGeometryType* lpType ); |
Name | Type | Description |
---|---|---|
hEntity | HIG_VECT_ENTITY | Geometry entity handle. |
lpType | enumIGVectGeometryType* | Buffer for the geometry type. |
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