This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IB > IBufferConstructionProperties Interface > IBufferConstructionProperties.EndOption Property (ArcObjects .NET 10.4 SDK) |
Specifies the shape of the end caps of polyline buffers; defaults to 'esriBufferRound'.
[Visual Basic .NET] Public Property EndOption As esriBufferConstructionEndEnum
[C#] public esriBufferConstructionEndEnum EndOption {get; set;}
[C++]
HRESULT get_EndOption(
esriBufferConstructionEndEnum* pEndOption
);
[C++]
HRESULT put_EndOption(
esriBufferConstructionEndEnum pEndOption
);
[C++]
Parameters pEndOption [out, retval]
pEndOption is a parameter of type esriBufferConstructionEndEnum pEndOption
pEndOption is a parameter of type esriBufferConstructionEndEnum
When buffering polylines, this option controls the shape of the buffer area around the ends of the polylines. Here is an example of the different options.