LoadACADLineStyles

Top  Previous  Next

 

LoadACADLineStyles (Method)

 

Loads line types from an Autocad external .LIN file

 

Syntax:

Function LoadACADLineStyles(sACADLinFile As String) As Boolean

 

The LoadACADLineStyles method syntax consists of the following:

Parameter

Data Type

Description

sACADLinFile

String

Is the name of the Autocad External file

 

Return value:

Boolean - True on succesfull load, false on fail.

 

Example