This document is archived and information here might be outdated.  Recommended version.


IBufferConstructionProperties.EndOption Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IB > IBufferConstructionProperties Interface > IBufferConstructionProperties.EndOption Property
ArcGIS Developer Help

IBufferConstructionProperties.EndOption Property

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*

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.

Side and end options for polyline buffering

See Also

IBufferConstructionProperties Interface