ESRI.ArcGIS.ADF.Web
Copy Method
See Also 
ESRI.ArcGIS.ADF.Web.Display.Graphics Namespace > GraphicsLayer Class : Copy Method




Copies both the structure and data for this GraphicsLayer.

Syntax

Visual Basic (Declaration) 
Public Function Copy() As DataTable
Visual Basic (Usage)Copy Code
Dim instance As GraphicsLayer
Dim value As DataTable
 
value = instance.Copy()
C# 
public DataTable Copy()

Return Value

A copy of the graphics layer, including both columns and all rows (features).

See Also

© 2010 All Rights Reserved.