CadBlockAddEntity
Creates a new block definition — entity and returns its handle.
void CadBlockAddEntity (
YuHandle hBlock,
YuHandle hEnt
);
Parameters
- hBlock (YuHandle)
- Handle to the block definition.
- hEnt (YuHandle)
- Handle to the entity.
Return Value
None.