![]() |
This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IG > IGraphicsContainerSelect Interface > IGraphicsContainerSelect.ElementSelected Method (ArcObjects .NET 10.4 SDK) |
Indicates if the element is selected.
[Visual Basic .NET] Public Function ElementSelected ( _ ByVal Element As IElement _ ) As Boolean
[C#] public bool ElementSelected ( IElement Element );
[C++]
HRESULT ElementSelected(
IElement* Element,
VARIANT_BOOL* ElementSelected
);
[C++]
Parameters Element [in]
Element is a parameter of type IElement ElementSelected [out, retval] ElementSelected is a parameter of type VARIANT_BOOL
Returns TRUE if the specified element is selected.