This document is archived and information here might be outdated. Recommended version. |
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,
System.Int32* pSelectedElements,
Boolean* bHasPolygons
);
[C++]
Parameters pGraphicsLayer [in]
pGraphicsLayer is a parameter of type IGraphicsLayer* Selected [in]
Selected is a parameter of type bool pSelectedElements [out]
pSelectedElements is a parameter of type long* bHasPolygons [out]
bHasPolygons is a parameter of type bool*