Interface INCT_Equipment_Channels
CAM system interface that implements access to channels
Assembly: STNCInterpreter.dll
Syntax
[Guid("3B42528A-E908-4CA7-AFD2-35AB33110417")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface INCT_Equipment_Channels
Properties
Channel[int]
Declaration
INCT_Channel Channel[int Index] { get; }
Parameters
| Type |
Name |
Description |
| int |
Index |
|
Property Value
Count
The function returns the number of channels
Declaration
Property Value
CurrentIndex
The function returns the index of current channel
Declaration
int CurrentIndex { get; }
Property Value