ESRI.ArcGIS.ADF.Tasks
WidthItem Constructor(String,Double,Double,WidthUnits)
See Also 
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 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.

See Also

© 2010 All Rights Reserved.