SetLineStyle

Top  Previous  Next

 

SetLineStyle (Method)

 

This function sets the line type name and data for the specific line type index

 

Syntax:

Function SetLineStyle(Index As Short, sLineStyle As String) As Boolean

 

The SetLineStyle method syntax consists of the following:

Parameter

Data Type

Description

Index

Short

Is the line type index

sLineStyle

String

A String expression that defines the data of the line type

 

Return value:

Boolean - True on successfull input, false on fail

 

Example