Click or drag to resize

AddInTree Class

Static class containing the AddInTree. Contains methods for accessing tree nodes and building items.
Inheritance Hierarchy
SystemObject
  Altaxo.AddInItemsAddInTree

Namespace: Altaxo.AddInItems
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static class AddInTree

The AddInTree type exposes the following members.

Methods
 NameDescription
Public methodStatic memberBuildItemsT Builds all items at the specified add-in tree path.
Public methodStatic memberGetTreeNode(String) Gets the add-in tree node for the specified path.
Public methodStatic memberGetTreeNode(String, Boolean) Gets the add-in tree node for the specified path.
Top
See Also