yucad3d

CadGetEntityByPoint

Returns the by point of the entity.

YuHandle CadGetEntityByPoint ( YuHandle hDwg, std::int32_t XWin, std::int32_t YWin );

Parameters

hDwg (YuHandle)
Handle to the drawing, as returned by CadCreate.
XWin (std::int32_t)
Integer value.
YWin (std::int32_t)
Integer value.

Return Value

The requested handle, or 0 if not found.

See Also