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 | ||
---|---|---|
Buffer | Buffers features to a new and existing feature class. | |
BufferedGeometry | Enumerator of buffered features. | |
CancelTrack | TrackCancel used when buffering. | |
Dissolve | Indicates if overlapping buffered features should be dissolved. | |
FeatureCursor | Feature cursor of features to buffer (overrides GraphicsLayer). | |
FieldDistance | Field specifying distance to buffer on. | |
GraphicsLayer | Graphics layer of elements to buffer (overrides FeatureCursor). | |
PolygonBufferType | Indicates how to buffer polygon features. | |
RingDistance | Multiple rings specifying distance to buffer on. | |
SpatialReference | Projection of buffered features. | |
Units | Conversion units, from map units to buffer units. | |
ValueDistance | Constant buffer distance. |
CoClasses that implement IFeatureCursorBuffer
CoClasses and Classes | Description |
---|---|
FeatureCursorBuffer | A cursor for buffering features. |