yucad3d

CadBlockHasAttribs

Returns whether the block definition contains attribute definitions.

std::int32_t CadBlockHasAttribs ( YuHandle hBlock );

Parameters

hBlock (YuHandle)
Handle to the block definition.

Return Value

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

See Also