This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IB > IBufferConstructionProperties Interface > IBufferConstructionProperties.SideOption Property (ArcObjects .NET 10.4 SDK) |
Specifies on which side of a polyline its buffer is constructed; defaults to 'esriBufferFull' (both sides).
[Visual Basic .NET] Public Property SideOption As esriBufferConstructionSideEnum
[C#] public esriBufferConstructionSideEnum SideOption {get; set;}
[C++]
HRESULT get_SideOption(
esriBufferConstructionSideEnum* pSideOption
);
[C++]
HRESULT put_SideOption(
esriBufferConstructionSideEnum pSideOption
);
[C++]
Parameters pSideOption [out, retval]
pSideOption is a parameter of type esriBufferConstructionSideEnum pSideOption
pSideOption is a parameter of type esriBufferConstructionSideEnum
When generating buffers for polylines, the buffered polygon can cover an area to the right of the polyline, to the left, or both. Here are some examples of these combinations.
Side type �end type options for P shape line: (a) left-flat, (b) right-flat, (c) full-flat, (d) left-round, (e) right-round, and (f) full-round.