The function creates new attribute specified by nAttrib and returns a pointer to the attribute being created.
Copy Code
|
|
---|---|
AT_ERRCOUNT ACCUAPI IG_vect_ent_create_attrib( HIG_VECT_ENTITY hEntity, enumIGVectAttrib nAttrib, VOID** lplpAttribPtr ); |
Name | Type | Description |
---|---|---|
hEntity | HIG_VECT_ENTITY | Handle to the Entity. |
nAttrib | enumIGVectAttrib | Attribute being created. |
kpAttribPtr | VOID** | Buffer that receives a pointer or handle to the attribute. See IG_vect_ent_get_attrib() for description. |
This function does not process image pixels.
Returns 0 if successful. Otherwise, returns the number of ImageGear errors that occurred during this function call.
None