.NET Framework Class Library
BOM.BomTableAsXML Method

<< Click to Display Table of Contents >>

Navigation:  MwPDMApi Namespace > BOM Class > BOM Methods >

.NET Framework Class Library
BOM.BomTableAsXML Method

Creates the Bom as MSXML.XMLDOMDocument formatted as an html table

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

Syntax

Visual Basic

Public Function BomTableAsXML ( _

 parameterFile As String, _
 uid As String, _
 Optional revision As String = "" _
As Object

C#

public Object BomTableAsXML(

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

Visual C++

public:

ObjectBomTableAsXML(
 StringparameterFile,
 Stringuid,
 Stringrevision = L""
)

JavaScript

function bomTableAsXML(parameterFileuidrevision);

Parameters

parameterFile

Type: System.String
name of the parameter file in the par directory or full path to equivalent

uid

Type: System.String
unique_id of the assembly

revision (Optional)

Type: System.String
Optional. Revision specification.

Return Value

MSXML.XMLDOMDocument object

Remarks

See Also

BOM Class

BOM Members

MwPDMApi Namespace