This document is archived and information here might be outdated. Recommended version. |
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
pEndOption is a parameter of type esriBufferConstructionEndEnum pEndOption [out, retval]
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.