LoadACADLineStyles
MethodLoadACADLineStyles (Method)
Loads line types from an external AutoCAD .LIN file
Syntax:
Function LoadACADLineStyles(sACADLinFile As String) As Boolean
The LoadACADLineStyles method syntax consists of the following:
Parameter |
Data Type |
Description |
sACADLinFile |
String |
The path to the external AutoCAD .LIN file |
Return value:
Boolean - True when loading succeeds; false when loading fails.