CadBlockPutExData
Sets the ex data of the block definition.
void CadBlockPutExData (
YuHandle hBlock,
void* pData,
std::int32_t nBytes
);
Parameters
- hBlock (YuHandle)
- Handle to the block definition.
- pData (void*)
- Caller-supplied output pointer.
- nBytes (std::int32_t)
- Integer value.
Return Value
None.