Interface ICAMAPIGeometryTreeNodeIterator
Iterator for geometry tree nodes
Namespace: CAMAPI.GeomModel
Assembly: CAMAPI.GeomModel.dll
Syntax
[Guid("3923813E-2591-43EC-A80F-28C77BD552D2")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface ICAMAPIGeometryTreeNodeIterator
Methods
Current()
Get current geometry tree node
Declaration
ICAMAPIGeometryTreeNode Current()
Returns
Type | Description |
---|---|
ICAMAPIGeometryTreeNode |
MoveToChild()
Get next geometry tree node in depth-first order
Declaration
bool MoveToChild()
Returns
Type | Description |
---|---|
bool |
MoveToParent()
Get parent geometry tree node
Declaration
bool MoveToParent()
Returns
Type | Description |
---|---|
bool |
MoveToSibling()
Get next geometry tree node in breadth-first order
Declaration
bool MoveToSibling()
Returns
Type | Description |
---|---|
bool |
Reset()
Reset iterator to the root of geometry tree
Declaration
void Reset()