yucad3d

CadSelectByPolyline

Select/unselect entities crossed by the polyline hEnt.

std::int32_t CadSelectByPolyline ( YuHandle hDwg, YuHandle hEnt, std::int32_t bSelect );

Parameters

hDwg (YuHandle)
Handle to the drawing, as returned by CadCreate.
hEnt (YuHandle)
Handle to the entity.
bSelect (std::int32_t)
Boolean flag: nonzero = true / enabled, 0 = false / disabled.

Return Value

Nonzero (TRUE) on success, 0 (FALSE) on failure.

See Also