CadBlockGetName
Returns the name of the block definition.
void CadBlockGetName (
YuHandle hBlock,
char* szName
);
Parameters
- hBlock (YuHandle)
- Handle to the block definition.
- szName (char*)
- NUL-terminated UTF-8 string.
Return Value
None.
Returns the name of the block definition.
None.