ArcObjects Library Reference (Carto)  

IBufferProcessingParameter Interface

Provides access to members that set and retrieve parameters for the buffering process.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Description
Read/write property AdjustCirclesForProjection Indicates if circles are adjusted in Projected Coordinate Systems.
Write-only property BufferSpatialReference Indicates which spatial reference should be used for the buffering process.
Write-only property FeatureClass Establishes the reference to the source Feature Class, if any.
Read/write property GenerateRings Indicates if ring buffers (hollow) are created instead of disk buffers (filled).
Write-only property InputHasPolygons Tells the buffer object explicitly that the input shapes contain polygons.
Write-only property SaveAsGraphics Buffer output type (graphics or file).
Write-only property SimplifyShapes Forces the buffer object to simplify the intermediate shapes during the buffer processing.
Write-only property TargetSpatialReference Indicates which spatial reference should be used for the buffer output.

CoClasses that implement IBufferProcessingParameter

CoClasses and Classes Description
FeatureCursorBuffer A cursor for buffering features.