This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IF > IFeatureCursorBuffer Interface > IFeatureCursorBuffer.Buffer Method (ArcObjects .NET 10.5 SDK) |
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