yucad3d

CadBlockPutName

Sets the name of the block definition.

std::int32_t CadBlockPutName ( YuHandle hBlock, const char* szName );

Parameters

hBlock (YuHandle)
Handle to the block definition.
szName (const char*)
NUL-terminated UTF-8 string.

Return Value

Nonzero (TRUE) on success, 0 (FALSE) on failure.

See Also