ChangeLineStyle

Top  Previous  Next

 

ChangeLineStyle (Method)

 

Changes the line style of the linear objects described in a specific handles array

 

Syntax:

Function ChangeLineStyle(h() As Integer, iLineStyle As Short) As Boolean

 

The ChangeLineStyle method syntax consists of the following:

Parameter

Data Type

Description

h()

Integer

An array of integers for the handles of the objects

iLineStyle

Short

Is the new line style

 

Return value:

Boolean - True on success, false on error.

 

Example