| lcEntPutGrip | Home |
|
BOOL lcEntPutGrip ( HANDLE hEntity, int iGrip, double X, double Y ); |
| hEntity | |
| Handle to a graphic object. | |
| iGrip | |
| Zero-based index of entity's grip. | |
| X Y | |
| New coordinates for the grip. | |
| If the function succeeds, the return value is nonzero (TRUE). If the function fails, then probably the index of grip is invalid. |
| lcEntGetGrip |