Interface ICAMAPIGeometryTreeNodeIterator
Namespace: CAMAPI.GeomModel
Assembly: CAMAPI.GeomModel.dll
Syntax
[Guid("3923813E-2591-43EC-A80F-28C77BD552D2")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface ICAMAPIGeometryTreeNodeIterator
Methods
Current()
Declaration
ICAMAPIGeometryTreeNode Current()
Returns
Type | Description |
---|---|
ICAMAPIGeometryTreeNode |
MoveToChild()
Declaration
bool MoveToChild()
Returns
Type | Description |
---|---|
bool |
MoveToParent()
Declaration
bool MoveToParent()
Returns
Type | Description |
---|---|
bool |
MoveToSibling()
Declaration
bool MoveToSibling()
Returns
Type | Description |
---|---|
bool |
Reset()
Declaration
void Reset()