CadAttPutDefValue
Sets the def value of the block attribute.
void CadAttPutDefValue (
YuHandle hEnt,
const char* sz
);
Parameters
- hEnt (YuHandle)
- Handle to the entity.
- sz (const char*)
- NUL-terminated UTF-8 string.
Return Value
None.
Sets the def value of the block attribute.
None.