Class GeometryTreeNodeIteratorHelper
Helper functions for ICAMAPIGeometryTreeNodeIterator
Inherited Members
Namespace: CAMAPI.DotnetHelper
Assembly: CAMAPI.DotnetHelper.dll
Syntax
public static class GeometryTreeNodeIteratorHelper
Methods
AsEnumerable(ComWrapper<ICAMAPIGeometryTreeNodeIterator>)
List all nodes in geometry tree, depth first
Declaration
public static IEnumerable<ComWrapper<ICAMAPIGeometryTreeNode>> AsEnumerable(this ComWrapper<ICAMAPIGeometryTreeNodeIterator> it)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICAMAPIGeometryTreeNodeIterator> | it |
Returns
| Type | Description |
|---|---|
| IEnumerable<ComWrapper<ICAMAPIGeometryTreeNode>> |