This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IG > IGraphicsSelection Interface > IGraphicsSelection.ElementSelected Method (ArcObjects .NET 10.5 SDK) |
Indicates if the element 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* pbIsSelected
);
[C++]
Parameters Element [in]
Element is a parameter of type IElement pbIsSelected [out, retval] pbIsSelected is a parameter of type VARIANT_BOOL