Parameters
- polylines
- The polylines to buffer
- distance
- The buffer distance
- side
- The side of the polyline to create the buffer
- capType
- The line cap type
Return Value
List of geometries representing the side buffers
Exception | Description |
---|---|
System.ArgumentNullException | Geometries is null or empty |
System.ArgumentException | The buffer distance must be a valid floating point number. |
System.ArgumentException | The method is not implemented for LineCapType.Square. |
Target Platforms: Windows 11, Windows 10