CadGetEntityByPointIn
Returns the by point in of the entity.
YuHandle CadGetEntityByPointIn (
YuHandle hDwg,
double XDisp,
double YDisp
);
Parameters
- hDwg (YuHandle)
- Handle to the drawing, as returned by
CadCreate. - XDisp (double)
- Numeric value (double precision).
- YDisp (double)
- Numeric value (double precision).
Return Value
The requested handle, or 0 if not found.