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




color
width
tickInterval
tickWidth
tickLength
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 New HashLineSymbol(color, width, tickInterval, tickWidth, tickLength)
C# 
public HashLineSymbol( 
   Color color,
   int width,
   int tickInterval,
   int tickWidth,
   int tickLength
)

Parameters

color
width
tickInterval
tickWidth
tickLength

Example

For an example of using HashLineSymbol, see the overview of 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.