ESRI.ArcGIS.ADF.Web
GeometryFromRow Method
See Also 
ESRI.ArcGIS.ADF.Web.Display.Graphics Namespace > FeatureGraphicsLayer 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 table row.

Syntax

Visual Basic (Declaration) 
Public Overrides Function GeometryFromRow( _
   ByVal row As DataRow _
) As Geometry
Visual Basic (Usage)Copy Code
Dim instance As FeatureGraphicsLayer
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.

See Also

© 2010 All Rights Reserved.