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


IFeatureCursorBuffer.Buffer Method (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 > IFeatureCursorBuffer.Buffer Method
ArcGIS Developer Help

IFeatureCursorBuffer.Buffer Method

Buffers features to a new and existing feature class.

[Visual Basic .NET]
Public Sub Buffer ( _
    ByVal pNewLocationName As IFeatureClassName _
)
[C#]
public void Buffer (
    IFeatureClassName pNewLocationName
);
[C++]
HRESULT Buffer(
  IFeatureClassName* pNewLocationName
);
[C++]
Parameters
pNewLocationName [in]

pNewLocationName is a parameter of type IFeatureClassName*

Product Availability

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

See Also

IFeatureCursorBuffer Interface