Interface INCT_RegisterList
interface that returns the interpreter function INCT_Interpreter.GetRegisters. The interface provides work with the list of interpreter registers.
Assembly: STNCInterpreter.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("B678A0BB-EF18-4EA2-A52F-55DD4C938136")]
public interface INCT_RegisterList
Properties
Count
Returns the total number of interpreter registers in the CAM system. No input parameters.
Declaration
Property Value
this[int]
Declaration
INCT_Register this[int Index] { get; }
Parameters
| Type |
Name |
Description |
| int |
Index |
|
Property Value