yucad3d

CadAttGetValue

Returns the value of the block attribute.

void CadAttGetValue ( YuHandle hEnt, void* sz, std::int32_t maxChars );

Parameters

hEnt (YuHandle)
Handle to the entity.
sz (void*)
NUL-terminated UTF-8 string.
maxChars (std::int32_t)
Integer value.

Return Value

None.

See Also