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


IFeatureCursorBuffer2.BufferToGraphics Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IF > IFeatureCursorBuffer2 Interface > IFeatureCursorBuffer2.BufferToGraphics Method
ArcGIS Developer Help

IFeatureCursorBuffer2.BufferToGraphics Method

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*

Product Availability

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

See Also

IFeatureCursorBuffer2 Interface