The function looks for an entity with the specified ID.
Copy Code
|
|
---|---|
AT_ERRCOUNT ACCUAPI IG_vect_drwng_find_entityindex( HIG_VECT_DRWNG hDrwng, LPCHAR lpId, long nStartindex, long* lpIndex ); |
Name | Type | Description |
---|---|---|
hDrwng | HIG_VECT_DRWNG | Handle to the Drawing. |
lpId | LPCHAR | ID of the entity. |
nStartindex | long | Start index in the internal container. This can be a value returned by previous call to IG_vect_drwng_find_entityindex(). |
LpIndex | long* | Buffer for the entity position. |
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