Add_ShapePoint
MethodAdd_ShapePoint (Method)
Adds a point. The difference from add_Point is that this point has z order
Syntax:
Function Add_ShapePoint(x1 As Single, y1 As Single, vItemProperties As Object, iClr As Short, iWidth As Short, iPointStyle As Short, iLayer As Short, Fill_zOrder As Integer) As Integer
The Add_ShapePoint method syntax consists of the following:
Parameter |
Data Type |
Description |
x1 |
Single |
The x coordinate of the point |
y1 |
Single |
The y coordinate of the point |
vItemProperties |
Object |
A string array of properties for the new object |
iClr |
Short |
The color index number |
iWidth |
Short |
The pen width |
iPointStyle |
Short |
The point type |
iLayer |
Short |
The layer number |
Fill_zOrder |
Integer |
The object's elevation in the whole drawing |
Return value:
Integer - An Avax handle on success, zero on error.
Remarks:
Use the returned string as line type data for Avax line style definitions.