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




color
Color of the line.
width
Width of the main line.
tickInterval
Distance between ticks.
tickWidth
Width of the ticks.
tickLength
Length of the ticks
Creates a HashLineSymbol.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal color As Color, _
   ByVal width As Integer, _
   ByVal tickInterval As Integer, _
   ByVal tickWidth As Integer, _
   ByVal tickLength As Integer _
)
Visual Basic (Usage)Copy Code
Dim color As Color
Dim width As Integer
Dim tickInterval As Integer
Dim tickWidth As Integer
Dim tickLength As Integer
 
Dim instance As HashLineSymbol(color, width, tickInterval, tickWidth, tickLength)
C# 
public HashLineSymbol( 
   Color color,
   int width,
   int tickInterval,
   int tickWidth,
   int tickLength
)

Parameters

color
Color of the line.
width
Width of the main line.
tickInterval
Distance between ticks.
tickWidth
Width of the ticks.
tickLength
Length of the ticks

See Also

© 2010 All Rights Reserved.