|
| ESRI.ArcGIS.ADF.Web | |
| Render Method | |
| See Also Send Feedback | |
| ESRI.ArcGIS.ADF.Web.Display.Renderer Namespace > UniqueValueRenderer Class : Render Method |
- row
- A System.Data.Data row containing the feature to render with geometry in screen coordinates.
- graphics
- The System.Drawing.Graphics to render the feature on.
- geometryColumn
- The column containing the ESRI.ArcGIS.ADF.Web.Geometry.Geometry to render.
| Visual Basic (Declaration) | |
|---|---|
Public Overrides Sub Render( _ ByVal row As DataRow, _ ByVal graphics As Graphics, _ ByVal geometryColumn As DataColumn _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As UniqueValueRenderer Dim row As DataRow Dim graphics As Graphics Dim geometryColumn As DataColumn instance.Render(row, graphics, geometryColumn) | |
| C# | |
|---|---|
public override void Render( DataRow row, Graphics graphics, DataColumn geometryColumn ) | |
Parameters
- row
- A System.Data.Data row containing the feature to render with geometry in screen coordinates.
- graphics
- The System.Drawing.Graphics to render the feature on.
- geometryColumn
- The column containing the ESRI.ArcGIS.ADF.Web.Geometry.Geometry to render.
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