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 > IFeatureCursorBuffer2 Interface > IFeatureCursorBuffer2.BufferToGraphics Method (ArcObjects .NET 10.5 SDK) |
Buffers the selected features and stores them into a composite graphics layer.
[Visual Basic .NET] Public Sub BufferToGraphics ( _ ByVal pCompositeGraphicsLayer As ICompositeGraphicsLayer _ )
[C#] public void BufferToGraphics ( ICompositeGraphicsLayer pCompositeGraphicsLayer );
[C++]
HRESULT BufferToGraphics(
ICompositeGraphicsLayer* pCompositeGraphicsLayer
);
[C++]
Parameters pCompositeGraphicsLayer [in]
pCompositeGraphicsLayer is a parameter of type ICompositeGraphicsLayer