LoadLineStyles

Top  Previous  Next

 

LoadLineStyles (Method)

 

Loads line types from an external AVAX line type file

 

Syntax:

Function LoadLineStyles(sAVAXLinFile As String) As Boolean

 

The LoadLineStyles method syntax consists of the following:

Parameter

Data Type

Description

sAVAXLinFile

String

Is the name of the line type file

 

Return value:

Boolean - True on succesfull load, false on fail.

 

Example