ESRI.ArcGIS.ADF.Tasks
WidthItem Constructor(String,Double,Double,WidthUnits)
See Also  Send Feedback
ESRI.ArcGIS.ADF.Tasks Namespace > WidthItem Class > WidthItem Constructor : WidthItem Constructor(String,Double,Double,WidthUnits)




name
Width name.
sizeHeight
Height value.
sizeWidth
Width value.
unit
Height/Width unit.
Constructor taking values for properties of the WidthItem.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal name As String, _
   ByVal sizeHeight As Double, _
   ByVal sizeWidth As Double, _
   ByVal unit As WidthUnits _
)
Visual Basic (Usage)Copy Code
Dim name As String
Dim sizeHeight As Double
Dim sizeWidth As Double
Dim unit As WidthUnits
 
Dim instance As New WidthItem(name, sizeHeight, sizeWidth, unit)
C# 
public WidthItem( 
   string name,
   double sizeHeight,
   double sizeWidth,
   WidthUnits unit
)

Parameters

name
Width name.
sizeHeight
Height value.
sizeWidth
Width value.
unit
Height/Width unit.

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.