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 > IFeatureCursorBuffer Interface > IFeatureCursorBuffer.GraphicsLayer Method (ArcObjects .NET 10.5 SDK) |
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