| lcEntGetGrip | Home |
|
BOOL lcEntGetGrip ( HANDLE hEntity, int iGrip, double* pX, double* pY ); |
| hEntity | |
| Handle to a graphic object. | |
| iGrip | |
| Zero-based index of entity's grip. | |
| pX pY | |
| Pointers to variables that will receive the grip coordinates. | |
| If the function succeeds, the return value is nonzero (TRUE). If the function fails, then probably the index of grip is invalid. |
| lcEntPutGrip |