ArcFM Solution Developer Guide
CuSummaryData Constructor


Syntax
'Declaration
 
Public Function New( _
   ByVal code As System.String, _
   ByVal name As System.String, _
   ByVal description As System.String, _
   ByVal workFunction As WorkfunctionCodedValue, _
   ByVal unitsOfMeasure As mmUnitOfMeasure, _
   ByVal bitmap As System.Windows.Media.Imaging.BitmapSource, _
   ByVal workLocationId As System.Guid, _
   ByVal quantityTotal As System.Double, _
   ByVal calculatedQuantityTotal As System.Double _
)
'Usage
 
Dim code As System.String
Dim name As System.String
Dim description As System.String
Dim workFunction As WorkfunctionCodedValue
Dim unitsOfMeasure As mmUnitOfMeasure
Dim bitmap As System.Windows.Media.Imaging.BitmapSource
Dim workLocationId As System.Guid
Dim quantityTotal As System.Double
Dim calculatedQuantityTotal As System.Double
 
Dim instance As New CuSummaryData(code, name, description, workFunction, unitsOfMeasure, bitmap, workLocationId, quantityTotal, calculatedQuantityTotal)
public CuSummaryData( 
   System.string code,
   System.string name,
   System.string description,
   WorkfunctionCodedValue workFunction,
   mmUnitOfMeasure unitsOfMeasure,
   System.Windows.Media.Imaging.BitmapSource bitmap,
   System.Guid workLocationId,
   System.double quantityTotal,
   System.double calculatedQuantityTotal
)

Parameters

code
name
description
workFunction
unitsOfMeasure
bitmap
workLocationId
quantityTotal
calculatedQuantityTotal
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

CuSummaryData Class
CuSummaryData Members

 

 


Send Comment