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