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




row
The row to retrieve the ESRI.ArcGIS.ADF.Web.Geometry from.
Convenience method for retrieving an ESRI.ArcGIS.ADF.Web.Geometry from the GraphicElement in the table row.

Syntax

Visual Basic (Declaration) 
Public Overrides Function GeometryFromRow( _
   ByVal row As DataRow _
) As Geometry
Visual Basic (Usage)Copy Code
Dim instance As ElementGraphicsLayer
Dim row As DataRow
Dim value As Geometry
 
value = instance.GeometryFromRow(row)
C# 
public override Geometry GeometryFromRow( 
   DataRow row
)

Parameters

row
The row to retrieve the ESRI.ArcGIS.ADF.Web.Geometry from.

Return Value

The ESRI.ArcGIS.ADF.Web.Geometry geometry from the specified row.

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.