Sets linestyle to write in DXF LTCustomizer21 for AutoCAD LT reference manual
ActiveX
Sub write_DXF_entities_linestyle(value As String)
C/C++
void WINAPI LTC_write_DXF_entities_linestyle(const wchar_t *value);
parameter
value:line style name
This function writes line style. Use this function after you wrtites DXF data that indicate group code 0. Group code 0 means type of data(LINE,CIRCLE,etc). Line styledoes not apply if it does not already define on AutoCAD LT.