GetLineStyles

Top  Previous  Next

 

GetLineStyles (Method)

 

This function returns the total number and the data of the line types

 

Syntax:

Function GetLineStyles(sLineStyles() As String) As Integer

 

The GetLineStyles method syntax consists of the following:

Parameter

Data Type

Description

sLineStyles()

String

An array of Strings for the data of the line types

 

Return value:

Integer - Is the total number of the line types

 

Example