CadGetLayoutName
Name of layout `idx` into szName (caller-allocated).
std::int32_t CadGetLayoutName (
YuHandle hDwg,
std::int32_t idx,
char* szName
);
Parameters
- hDwg (YuHandle)
- Handle to the drawing, as returned by
CadCreate. - idx (std::int32_t)
- Integer value.
- szName (char*)
- NUL-terminated UTF-8 string.
Return Value
The name.
Remarks
Returns its length.