.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 |
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, _ |
C# |
|---|
public ShellResult SaveBomDataAsHtmTree( Object bomArray, |
Visual C++ |
|---|
public: ShellResult^ SaveBomDataAsHtmTree( |
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