yucad3d

CadBlockGetAttrib

Returns the attrib of the block definition.

YuHandle CadBlockGetAttrib ( YuHandle hBlock, const char* szTag );

Parameters

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

Return Value

The attrib.

See Also