ESRI.ArcGIS.ADF.Web
SimpleMarkerSymbol Constructor(Color,Int32,MarkerSymbolType)
See Also 
ESRI.ArcGIS.ADF.Web.Display.Symbol Namespace > SimpleMarkerSymbol Class > SimpleMarkerSymbol Constructor : SimpleMarkerSymbol Constructor(Color,Int32,MarkerSymbolType)




color
The color of the symbol.
width
The width of the symbol.
type
The type of symbol.
Constructs a SimpleMarkerSymbol.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal color As Color, _
   ByVal width As Integer, _
   ByVal type As MarkerSymbolType _
)
Visual Basic (Usage)Copy Code
Dim color As Color
Dim width As Integer
Dim type As MarkerSymbolType
 
Dim instance As SimpleMarkerSymbol(color, width, type)
C# 
public SimpleMarkerSymbol( 
   Color color,
   int width,
   MarkerSymbolType type
)

Parameters

color
The color of the symbol.
width
The width of the symbol.
type
The type of symbol.

See Also

© 2010 All Rights Reserved.