ESRI.ArcGIS.ADF.Web
IsSelected Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.Display.Graphics Namespace > GraphicsLayer Class : IsSelected Method




row
Row to check the selection on.
Indicates if the graphic object contained in the specified row is selected. This is determined by the value of the IsSelectedColumn column.

Syntax

Visual Basic (Declaration) 
Public Function IsSelected( _
   ByVal row As DataRow _
) As Boolean
Visual Basic (Usage)Copy Code
Dim instance As GraphicsLayer
Dim row As DataRow
Dim value As Boolean
 
value = instance.IsSelected(row)
C# 
public bool IsSelected( 
   DataRow row
)

Parameters

row
Row to check the selection on.

Return Value

True if the row is selected, false otherwise.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.