.NET Framework Class Library
BOM.BomDataAsXML Method
|
<< Click to Display Table of Contents >> Navigation: MwPDMApi Namespace > BOM Class > BOM Methods > .NET Framework Class Library |
Creates the Bom as MSXML.XMLDOMDocument
Namespace: MwPDMApi
Assembly: MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Visual Basic |
|---|
Public Function BomDataAsXML ( _ parameterFile As String, _ |
C# |
|---|
public Object BomDataAsXML( string parameterFile, |
Visual C++ |
|---|
public: Object^ BomDataAsXML( |
JavaScript |
|---|
function bomDataAsXML(parameterFile, uid, revision); |
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