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 > IFeatureCursorBuffer2 Interface > IFeatureCursorBuffer2.GraphicsLayer2 Method (ArcObjects .NET 10.5 SDK) |
Graphics layer of elements to buffer (overrides FeatureCursor).
[Visual Basic .NET] Public Sub GraphicsLayer2 ( _ ByVal pGraphicsLayer As IGraphicsLayer, _ ByVal Selected As Boolean, _ ByRef pSelectedElements As Integer, _ ByRef bHasPolygons As Boolean _ )
[C#] public void GraphicsLayer2 ( IGraphicsLayer pGraphicsLayer, bool Selected, ref int pSelectedElements, ref bool bHasPolygons );
[C++]
HRESULT GraphicsLayer2(
IGraphicsLayer* pGraphicsLayer,
VARIANT_BOOL Selected,
long* pSelectedElements,
VARIANT_BOOL* bHasPolygons
);
[C++]
Parameters pGraphicsLayer [in]
pGraphicsLayer is a parameter of type IGraphicsLayer Selected [in] Selected is a parameter of type VARIANT_BOOL pSelectedElements [out] pSelectedElements is a parameter of type long bHasPolygons [out] bHasPolygons is a parameter of type VARIANT_BOOL