.NET Framework Class Library
BOM.OutPutHtmTree 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 Sub OutPutHtmTree ( _ uid As String, _ |
C# |
|---|
public void OutPutHtmTree( string uid, |
Visual C++ |
|---|
public: void OutPutHtmTree( |
JavaScript |
|---|
function outPutHtmTree(uid, parameterFile, destinationRoot, silentMode); |
Parameters
uid
Type: System.String
unique_id of the assembly
parameterFile
Type: System.String
name of the parameter file in the par directory or full path to equivalent
destinationRoot
Type: System.String
full path of the destination
silentMode
Type: System.Boolean
if TRUE acts in silent mode
Remarks
See Also