CadLinetypeGetName
Returns the name of the linetype.
void CadLinetypeGetName (
std::int32_t hLtype,
void* szName
);
Parameters
- hLtype (std::int32_t)
- Integer value.
- szName (void*)
- NUL-terminated UTF-8 string.
Return Value
None.
Returns the name of the linetype.
None.