ESRI.ArcGIS.ADF.Web
TocSymbol Constructor(String,String,CartoImage)
See Also 
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 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

See Also

© 2010 All Rights Reserved.