CreateACADLineStyleString
MethodCreateACADLineStyleString (Method)
This method returns a line type definition from an external AutoCAD .LIN file.
Syntax:
Function CreateACADLineStyleString(sStyleFile As String, sStyleName As String) As String
The CreateACADLineStyleString method syntax consists of the following:
Parameter |
Data Type |
Description |
sStyleFile |
String |
|
sStyleName |
String |
The line type name |
Return value:
String - Line type name and data
Remarks:
Use the returned string as line type data for Avax line style definitions.