ESRI.ArcGIS.ADF.Web.DataSources.Graphics
MapInformation Constructor(GraphicsDataSet)
See Also 
ESRI.ArcGIS.ADF.Web.DataSources.Graphics Namespace > MapInformation Class > MapInformation Constructor : MapInformation Constructor(GraphicsDataSet)




graphics
The graphics data set to use to store graphics layers for the map resource.
Constructor.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal graphics As GraphicsDataSet _
)
Visual Basic (Usage)Copy Code
Dim graphics As GraphicsDataSet
 
Dim instance As MapInformation(graphics)
C# 
public MapInformation( 
   GraphicsDataSet graphics
)

Parameters

graphics
The graphics data set to use to store graphics layers for the map resource.

See Also

© 2010 All Rights Reserved.