Interface ICamApiNCMakerOperationsList
Object contains information about the CLData generated based on the exact CAM operation list
Assembly: CAMAPI.NCMaker.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("B7FD99E2-2B46-448D-A1F9-20EE1E08F916")]
public interface ICamApiNCMakerOperationsList
Properties
Count
Count of operation Info items in the list
Declaration
Property Value
OperationInfo[int]
Declaration
TCamApiNCMakerOperationInfo OperationInfo[int index] { get; }
Parameters
| Type |
Name |
Description |
| int |
index |
|
Property Value