How do I create a polygon with vertices? I use the following and it doesnt seem to work.
pNewShape = New MapWinGIS.Shape
For j = 0 To n
GetXY(j,x,y)
pNewShape.AddPoint(x, y)
next
any ideas?
pNewShape = New MapWinGIS.Shape
For j = 0 To n
GetXY(j,x,y)
pNewShape.AddPoint(x, y)
next
any ideas?