.NET Framework Class Library
BOM.SaveBomDataAsHtmTree Method

<< Click to Display Table of Contents >>

Navigation:  Programming Mechworks PDM > .NET API > 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:

ShellResult^ SaveBomDataAsHtmTree(
Object^ bomArray,
int bomItemsRowCount,
int bomItemsColoumnCount,
String^ pathToTextFile,
bool showProgressBar,
String^ uid,
int ID_Col,
int UID_Col,
int QTY_Col
)

JavaScript

function saveBomDataAsHtmTree(bomArray, bomItemsRowCount, bomItemsColoumnCount, pathToTextFile, showProgressBar, uid, ID_Col, UID_Col, QTY_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