Class McdTreeHelper
Helper methods for ICamIpcMcdTree
Inherited Members
Namespace: CAMIPC.DotnetHelper
Assembly: CAMIPC.DotnetHelper.dll
Syntax
public static class McdTreeHelper
Methods
GetNodes(ComWrapper<ICamIpcMcdTree>)
Returns a depth-first iterator over the nodes of this tree, positioned at the root.
Declaration
public static ComWrapper<ICamIpcMcdNodeIterator> GetNodes(this ComWrapper<ICamIpcMcdTree> treeCom)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamIpcMcdTree> | treeCom |
Returns
| Type | Description |
|---|---|
| ComWrapper<ICamIpcMcdNodeIterator> |