Geometry SideBuffer( Polyline polyline, double distance, LeftOrRightSide side, LineCapType capType )
Overloads Function SideBuffer( _ ByVal polyline As Polyline, _ ByVal distance As Double, _ ByVal side As LeftOrRightSide, _ ByVal capType As LineCapType _ ) As Geometry
Parameters
- polyline
- The polyline to buffer
- distance
- The buffer distance
- side
- The side of the polyline to create the buffer
- capType
- The line cap type
Return Value
Geometry representing the side buffer. If the input polyline is empty, then an empty polygon is returned.