Interface IExtensionInfosIterator
Iterator of extension infos
Namespace: SprutCAMTech.CAMAPI.Extensions
Assembly: SprutCAMTech.CAMAPI.Extensions.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("84C826E7-3A18-4DC7-BA83-CD1F0CF44D4B")]
public interface IExtensionInfosIteratorMethods
GetCurrent()
Get current extension info
Declaration
IExtensionInfo GetCurrent()Returns
| Type | Description | 
|---|---|
| IExtensionInfo | 
MoveNext()
Move current extesion info to the next one. Nil if there is no more
Declaration
IExtensionInfo MoveNext()Returns
| Type | Description | 
|---|---|
| IExtensionInfo | 
Reset()
Reset current extension info to the first one
Declaration
void Reset()