CadGetEntitiesByRect
Returns the by rectangle of the entity.
void CadGetEntitiesByRect (
YuHandle hDwg,
std::int32_t Lwin,
std::int32_t Twin,
std::int32_t Rwin,
std::int32_t Bwin,
std::int32_t* phEnt,
std::int32_t* pnEnts,
std::int32_t nMax
);
Parameters
- hDwg (YuHandle)
- Handle to the drawing, as returned by
CadCreate. - Lwin (std::int32_t)
- Integer value.
- Twin (std::int32_t)
- Integer value.
- Rwin (std::int32_t)
- Integer value.
- Bwin (std::int32_t)
- Integer value.
- phEnt (std::int32_t*)
- Caller-supplied output pointer.
- pnEnts (std::int32_t*)
- Caller-supplied output pointer.
- nMax (std::int32_t)
- Integer value.
Return Value
None.