CadBlockGetExData
Returns the ex data of the block definition.
void CadBlockGetExData (
YuHandle hBlock,
void* pData
);
Parameters
- hBlock (YuHandle)
- Handle to the block definition.
- pData (void*)
- Caller-supplied output pointer.
Return Value
None.