CreateACADLineStyleString

Top  Previous  Next

 

CreateACADLineStyleString (Method)

 

This function returns a string that contains the linetype name and data from an external Autocad .LIN filesStyleFile=Is the name of the 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

Is the name of the linetype

 

Return value:

String - The line type name and data

 

Remarks:

For more details for the fill parameters see the example ShapeFill.vbp

 

Example