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


IFeatureCursorBuffer.GraphicsLayer Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IFeatureCursorBuffer.GraphicsLayer Method

Graphics layer of elements to buffer (overrides FeatureCursor).

[Visual Basic .NET]
Public Sub GraphicsLayer ( _
    ByVal pGraphicsLayer As IGraphicsLayer, _
    ByVal Selected As Boolean _
)
[C#]
public void GraphicsLayer (
    IGraphicsLayer pGraphicsLayer,
    bool Selected
);
[C++]
HRESULT GraphicsLayer(
  IGraphicsLayer* pGraphicsLayer,
  VARIANT_BOOL Selected
);
[C++]

Parameters pGraphicsLayer [in]
pGraphicsLayer is a parameter of type IGraphicsLayer Selected [in] Selected is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IFeatureCursorBuffer Interface