.NET Framework Class Library
BOM.ExcelBom Method
|
<< Click to Display Table of Contents >> Navigation: MwPDMApi Namespace > BOM Class > BOM Methods > .NET Framework Class Library |
Creates the Bom as Excel BOM file
Namespace: MwPDMApi
Assembly: MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Visual Basic |
|---|
Public Function ExcelBom ( _ uid As String, _ |
C# |
|---|
public string ExcelBom( string uid, |
Visual C++ |
|---|
public: String^ ExcelBom( |
JavaScript |
|---|
function excelBom(uid, parameterFile, excelFileName); |
Parameters
uid
Type: System.String
unique_id of the assembly
parameterFile
Type: System.String
full pathname of the parameter file
excelFileName (Optional)
Type: System.String
Optional. To set the Excel BOM filename preemptively
Return Value
Excel BOM filename
Remarks
See Also