Add_CSpline1
MethodAdd_CSpline1 (Method)
Adds a cubic Spline curve with a fixed endpoint by a specific polygonal base guide with continous apexes
Syntax:
Function Add_CSpline1(x1() As Single, y1() As Single, z1() As Single, vItemProperties As Object, iClr As Short, iWidth As Short, iStyle As Short, iLayer As Short) As Integer
The Add_CSpline1 method syntax consists of the following:
Parameter |
Data Type |
Description |
x1() |
Single |
An array for the x coordinates of the polygon |
y1() |
Single |
An array for the y coordinates of the polygon |
z1() |
Single |
An array for the z coordinates of the polygon |
vItemProperties |
Object |
A string array of properties for the new object |
iClr |
Short |
The color index number |
iWidth |
Short |
The pen width |
iStyle |
Short |
The line type |
iLayer |
Short |
The layer number |
Return value:
Integer - An Avax handle on success, zero on error.