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


IFeatureCursorBuffer2.Buffer Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

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

IFeatureCursorBuffer2 Interface