MapWinGeoProc:Utils AddPointToShape
From MapWindow GIS
AddPointToShape
Syntax
bool AddPointToShape(ref MapWinGIS.Point point, ref MapWinGIS.Shape shape, int ptLocation)
Summary
Not Implemented
Adds a given point to the line or polygon at the specified location.
Parameters
| point | The point to be added. |
| shape | The line or polygon shape that will gain a new point. |
| ptLocation | The location in the polygon or line where the point should be added. |
Returns
False if an error was encountered, true otherwise.
Visual Basic Net 2005 Example Implementation Code
Visual C# 2005 Example Implementation Code
Back to Utils
















