CadSelectEntity
Adds the entity to the selection set.
void CadSelectEntity (
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
None.