LineStyleIndexByName

Top  Previous  Next

 

LineStyleIndexByName (Method)

 

This function returns the line type index based on a specific line type name

 

Syntax:

Function LineStyleIndexByName(sLineStyleName As String) As Short

 

The LineStyleIndexByName method syntax consists of the following:

Parameter

Data Type

Description

sLineStyleName

String

Is the line type's name

 

Return value:

Short - Is the line type index number

 

Example