ESRI.ArcGIS.ADF.Web
TocSymbol Constructor(String,String,CartoImage)
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web Namespace > TocSymbol Class > TocSymbol Constructor : TocSymbol Constructor(String,String,CartoImage)




label
The label.
description
The description.
image
The image to be displayed for this class
Constructor.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal label As String, _
   ByVal description As String, _
   ByVal image As CartoImage _
)
Visual Basic (Usage)Copy Code
Dim label As String
Dim description As String
Dim image As CartoImage
 
Dim instance As New TocSymbol(label, description, image)
C# 
public TocSymbol( 
   string label,
   string description,
   CartoImage image
)

Parameters

label
The label.
description
The description.
image
The image to be displayed for this class

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

© 2011 All Rights Reserved.