Interface ICamIpcGeometryTreeNodeIterator
Namespace: CAMIPC.GeomModel
Assembly: CAMIPC.GeomModel.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("BDB4A756-EB85-4461-8E8A-7F28E104ECA3")]
public interface ICamIpcGeometryTreeNodeIterator
Methods
Current()
Declaration
ICamIpcGeometryTreeNode Current()
Returns
Type | Description |
---|---|
ICamIpcGeometryTreeNode |
GetInstanceId()
Declaration
string GetInstanceId()
Returns
Type | Description |
---|---|
string |
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()