Altaxo user manual and class reference
Altaxo user manual and class reference
Altaxo class reference
Altaxo Namespaces
Altaxo.AddInItems
AddInTreeImpl Class
AddInTreeImpl Methods
BuildItem Method
BuildItems<T> Method
GetTreeNode Method
InsertAddIn Method
Load Method
RemoveAddIn Method
Add
In
Tree
Impl
Build
Items
T
Method
Builds the items in the path. Ensures that all items have the type T.
Namespace:
Altaxo.AddInItems
Assembly:
AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
Copy
public
IReadOnlyList
<T>
BuildItems
<T>(
string
path
,
Object
?
parameter
,
bool
throwOnNotFound
=
true
)
Parameters
path
String
A path in the addin tree.
parameter
Object
The owner used to create the objects.
throwOnNotFound
Boolean
(Optional)
If true, throws a
TreePathNotFoundException
if the path is not found. If false, an empty ArrayList is returned when the path is not found.
Type Parameters
T
The expected item type.
Return Value
IReadOnlyList
T
The built items.
Implements
IAddInTree
BuildItems
T
(String, Object, Boolean)
See Also
Reference
AddInTreeImpl Class
Altaxo.AddInItems Namespace
Altaxo can be downloaded from
SourceForge
. Source code available on
Github
.
(C) Dr. Dirk Lellinger and all contributors to the source code 2002 -
Send comments on this topic to
dlellinger@users.sourceforge.net