Constructor.
Syntax
Visual Basic (Declaration) | |
---|
Public Function New( _
ByVal graphics As ESRI.ArcGIS.ADF.Web.Display.Graphics.GraphicsDataSet _
) |
Visual Basic (Usage) | Copy Code |
---|
Dim graphics As ESRI.ArcGIS.ADF.Web.Display.Graphics.GraphicsDataSet
Dim instance As New MapInformation(graphics) |
C# | |
---|
public MapInformation(
ESRI.ArcGIS.ADF.Web.Display.Graphics.GraphicsDataSet graphics
) |
Parameters
- graphics
- The graphics data set to use to store graphics layers for the map resource.
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