.NET Framework Class Library
Tree.WriteActualTree Method
|
<< Click to Display Table of Contents >> Navigation: Programming Mechworks PDM > .NET API > MwPDMApi Namespace > Tree Class > Tree Methods > .NET Framework Class Library |
Writes the actual tree structure built in the Tree Page on the assigned file.
Namespace: MwPDMApi
Assembly: MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Visual Basic |
|---|
Public Sub WriteActualTree ( _ fileName As String, _ |
C# |
|---|
public void WriteActualTree( string fileName, |
Visual C++ |
|---|
public: void WriteActualTree( |
JavaScript |
|---|
function writeActualTree(fileName, writePhysicalQuantities, firstLevelOnly); |
Parameters
fileName
Type: System.String
filename to write tree into
writePhysicalQuantities (Optional)
Type: System.Boolean
Optional. TRUE: write the physical quantities in the tree; FALSE don't write physical quantities
firstLevelOnly (Optional)
Type: System.Boolean
Optional. TRUE: limits the Tree output to the 1st level only; FALSE include every level
Remarks
See Also