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