ArcObjects Library Reference (Carto)  

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