LogicalTreeHelper Class
namespace Noesis
Contains static methods useful for performing common tasks with nodes in a logical tree.
Properties
LogicalTreeHelper has no properties
Attached Properties
LogicalTreeHelper has no attached properties
Methods
| Name | Description |
|---|---|
| FindLogicalNode(element, name) | Search for an element with specified name down the logical tree |
| GetChild(element, index) | Returns the child logical object of a parent at the specified index |
| GetChildrenCount(element) | Returns the number of children that a parent element contains |
| GetParent(element) | Returns the logical parent element of the specified element |
Events
LogicalTreeHelper has no events
Table of Contents