|
Add_ShapePolyLine |
Top Previous Next |
|
Add_ShapePolyLine (Method)
This function adds a polyline. The difference from add_Polyline is that this polyline has z order
Syntax: Function Add_ShapePolyLine(xV() As Single, yV() As Single, zV() As Single, vItemProperties As Object, iClr As Short, iWidth As Short, iStyle As Short, iLayer As Short, Fill_zOrder As Integer, PolylineType As AvaxPolylineType) As Integer
The Add_ShapePolyLine method syntax consists of the following:
Return value: Integer - An Avax handle on success, zero on error.
Remarks: For more details for the fill parameters see the example ShapeFill.vbp
|