MapWinGeoProc:Utils RemovePointFromShape
From MapWindow GIS
RemovePointFromShape
Syntax
bool RemovePointFromShape(int ptLocation, ref MapWinGIS.Shape shape)
Summary
Not Implemented
Removes a point at ptLocation from the line or polygon shape.
Parameters
| ptLocation | The location of the point on the line or polygon. |
| shape | The line or polygon shape that will lose a point. |
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
















