CadAttGetPrompt
Returns the prompt of the block attribute.
void CadAttGetPrompt (
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.