ChangeLineStyle
MethodChangeLineStyle (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 integer handles of the objects |
iLineStyle |
Short |
The new line style |
Return value:
Boolean - True on success, false on error.