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
pEndOptionpEndOption is a parameter of type esriBufferConstructionEndEnum
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Remarks
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.