.NET Framework Class Library
Tree.WriteTree Method
|
<< Click to Display Table of Contents >> Navigation: Programming Mechworks PDM > .NET API > MwPDMApi Namespace > Tree Class > Tree Methods > .NET Framework Class Library |
Writes on the file _fileName_._revName_.TREE a representation of the tree structure of the document with the passed _docUid_.
Namespace: MwPDMApi
Assembly: MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Visual Basic |
|---|
Public Sub WriteTree ( _ docUid As String, _ |
C# |
|---|
public void WriteTree( string docUid, |
Visual C++ |
|---|
public: void WriteTree( |
JavaScript |
|---|
function writeTree(docUid, fileName, revName, cfgName); |
Parameters
docUid
Type: System.String
unique id of the document to create the tree of
fileName
Type: System.String
filename part of the final filename
revName
Type: System.String
revision part of the final filename
cfgName
Type: System.String
configuration part of the final filename
Remarks
See Also