ArcObjects Library Reference (Carto)  

IFeatureCursorBuffer2 Interface

Provides access to additional functions and configuration capabilities for the buffer generation.

Product Availability

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

Members

Description
Method Buffer Buffers features to a new and existing feature class.
Read-only property BufferedGeometry Enumerator of buffered features.
Write-only property BufferSpatialReference Specifies in which spatial reference system should be buffered.
Method BufferToGraphics Buffers the selected features and stores them into a composite graphics layer.
Write-only property CancelTrack TrackCancel used when buffering.
Write-only property DataFrameSpatialReference Specifies the spatial reference system of the data frame.
Write-only property Dissolve Indicates if overlapping buffered features should be dissolved.
Write-only property FeatureCursor Feature cursor of features to buffer (overrides GraphicsLayer).
Write-only property FieldDistance Field specifying distance to buffer on.
Method GraphicsLayer2 Graphics layer of elements to buffer (overrides FeatureCursor).
Write-only property PolygonBufferType Indicates how to buffer polygon features.
Write-only property RingDistance Multiple rings specifying distance to buffer on.
Write-only property SourceSpatialReference Specifies the spatial reference system of the source data (calls IFeatureCursorBuffer::SpatialReference()).
Write-only property SpatialReference Projection of buffered features.
Write-only property TargetSpatialReference Specifies the target spatial reference system.
Write-only property Units Conversion units, from map units to buffer units.
Write-only property ValueDistance Constant buffer distance.

CoClasses that implement IFeatureCursorBuffer2

CoClasses and Classes Description
FeatureCursorBuffer A cursor for buffering features.