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




color
Color of the line.
width
Width of the line.
type
Type of line.
Constructs a SimpleLineSymbol.

Syntax

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

Parameters

color
Color of the line.
width
Width of the line.
type
Type of line.

See Also

© 2010 All Rights Reserved.