selectVectorBlockInsert
Use this method to select a 2D vector block in a vector drawing by using the Block ID. A callback event RxCore.GUI_2DBlock is triggered and returns information about the block.
Syntax
RxCore.selectVectorBlockInsert(blockid, bSelected);
Parameters
blockid: number — Block ID of the 2D vector block to select.bSelected: boolean — Set totrueto select andfalseto deselect.
Returns
- NA — This method does not return a value.