.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
Tree.WriteActualTree Method

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, _
Optional writePhysicalQuantities As Boolean = True, _
Optional firstLevelOnly As Boolean = False _
)

C#

public void WriteActualTree(

string fileName,
bool writePhysicalQuantities = true,
bool firstLevelOnly = false
)

Visual C++

public:

void WriteActualTree(
String^ fileName,
bool writePhysicalQuantities = true,
bool firstLevelOnly = false
)

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

Tree Class

Tree Members

MwPDMApi Namespace