2.1.9 EmptyTree


Description

Syntax

VB: Property Get EmptyTree As TreeNode
C++: TreeNode EmptyTree
C#: TreeNode EmptyTree
Python: def GetEmptyTree(self)

Remark

Examples

Python

import OriginExt as O
app = O.Application(); app.Visible = app.MAINWND_SHOW
app.GetEmptyTree()

Version Information

8.0SR2

See Also