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


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

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