MapWinGeoProc:SpatialOperations BufferShape
From MapWindow GIS
BufferShape
Syntax
bool BufferShape(ref MapWinGIS.Shape shape, System.Double distance, ref MapWinGIS.Shape resultShp)
Summary
Creates a buffer around the input shape at the distance specified.
Parameters
| shape | The shape to be buffered. |
| distance | Distance from shape's border that the buffer should be created. |
| resultShp | The resulting buffer shape. |
Returns
False if an error was encountered, true otherwise.
Visual Basic Net 2005 Example Implementation Code
Visual C# 2005 Example Implementation Code
Back to SpatialOperations
















