.NET Framework Class Library
BOM.SaveBomDataAsHtmTree Method

<< Click to Display Table of Contents >>

Navigation:  MwPDMApi Namespace > BOM Class > BOM Methods >

.NET Framework Class Library
BOM.SaveBomDataAsHtmTree Method

Create HtmlOutputs using Bom templates

Namespace: MwPDMApi
Assembly:  MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

Visual Basic

Public Function SaveBomDataAsHtmTree ( _

 bomArray As Object, _
 bomItemsRowCount As Integer, _
 bomItemsColoumnCount As Integer, _
 pathToTextFile As String, _
 showProgressBar As Boolean, _
 uid As String, _
 ID_Col As Integer, _
 UID_Col As Integer, _
 QTY_Col As Integer _
As ShellResult

C#

public ShellResult SaveBomDataAsHtmTree(

 Object bomArray,
 int bomItemsRowCount,
 int bomItemsColoumnCount,
 string pathToTextFile,
 bool showProgressBar,
 string uid,
 int ID_Col,
 int UID_Col,
 int QTY_Col
)

Visual C++

public:

ShellResultSaveBomDataAsHtmTree(
 ObjectbomArray,
 int bomItemsRowCount,
 int bomItemsColoumnCount,
 StringpathToTextFile,
 bool showProgressBar,
 Stringuid,
 int ID_Col,
 int UID_Col,
 int QTY_Col
)

JavaScript

function saveBomDataAsHtmTree(bomArraybomItemsRowCountbomItemsColoumnCountpathToTextFileshowProgressBaruidID_ColUID_ColQTY_Col);

Parameters

bomArray

Type: System.Object
bom as 1-dimensional array

bomItemsRowCount

Type: System.Int32
number of rows

bomItemsColoumnCount

Type: System.Int32
number of coloumn

pathToTextFile

Type: System.String
full name of the file to save

showProgressBar

Type: System.Boolean
if true, show progress bar

uid

Type: System.String
unique_id of the assembly

ID_Col

Type: System.Int32
column of ID field

UID_Col

Type: System.Int32
column of UID field

QTY_Col

Type: System.Int32
column of QTY field

Return Value

Shell result object

Remarks

See Also

BOM Class

BOM Members

MwPDMApi Namespace