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


IBufferProcessingParameter Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IB > IBufferProcessingParameter Interface
ArcGIS Developer Help

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

Name 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.

Classes that implement IBufferProcessingParameter

Classes Description
FeatureCursorBuffer A cursor for buffering features.