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


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

IFeatureCursorBuffer Interface

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

Product Availability

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

Members

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

Classes that implement IFeatureCursorBuffer

Classes Description
FeatureCursorBuffer A cursor for buffering features.