ArcObjects Library Reference (Carto)  

IFeatureCursorBuffer Interface

Provides access to members that control the buffering of features. Note: the IFeatureCursorBuffer interface has been superseded byIFeatureCursorBuffer2. Please consider using the more recent version.

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 CancelTrack TrackCancel used when buffering.
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 GraphicsLayer 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 SpatialReference Projection of buffered features.
Write-only property Units Conversion units, from map units to buffer units.
Write-only property ValueDistance Constant buffer distance.

CoClasses that implement IFeatureCursorBuffer

CoClasses and Classes Description
FeatureCursorBuffer A cursor for buffering features.