Add_ExternalLines

Top  Previous  Next

 

Add_ExternalLines (Method)

 

This function adds a key name for external lines. The coordinates of these external lines are given when the event SetExternalLines is triggered

 

Syntax:

Function Add_ExternalLines(sName As String, vItemProperties As Object, iClr As Short, iWidth As Short, iStyle As Short, iLayer As Short) As Integer

 

The Add_ExternalLines method syntax consists of the following:

Parameter

Data Type

Description

sName

String

A String expression that defines the key name

vItemProperties

Object

Is a string array with properties for the new object

iClr

Short

Is the color index number

iWidth

Short

Is the pen width

iStyle

Short

Is the line type

iLayer

Short

Is the layer number

 

Return value:

Integer - An Avax handle on success, zero on error.

 

Example