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


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

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 bool

Product Availability

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

See Also

IFeatureCursorBuffer Interface