.NET Framework Class Library
BOM.ExcelBomRevision Method

<< Click to Display Table of Contents >>

Navigation:  Programming Mechworks PDM > .NET API > MwPDMApi Namespace > BOM Class > BOM Methods >

.NET Framework Class Library
BOM.ExcelBomRevision Method

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 ExcelBomRevision ( _

uid As String, _
revision As String, _
Optional parameterFile As String = "", _
Optional excelFileName As String = "" _
) As String

C#

public string ExcelBomRevision(

string uid,
string revision,
string parameterFile = "",
string excelFileName = ""
)

Visual C++

public:

String^ ExcelBomRevision(
String^ uid,
String^ revision,
String^ parameterFile = L"",
String^ excelFileName = L""
)

JavaScript

function excelBomRevision(uid, revision, parameterFile, excelFileName);

Parameters

uid

Type: System.String
unique_id of the assembly

revision

Type: System.String
revision for which it is creating the BOM

parameterFile (Optional)

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

BOM Class

BOM Members

MwPDMApi Namespace