ESRI.ArcGIS.ADF.Web
IsSelected Method
See Also 
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.

See Also

© 2010 All Rights Reserved.