Interface IPLMOperationList
Namespace: SprutCAMTech.CAMAPI.Extension.PLM
Assembly: SprutCAMTech.CAMAPI.Extension.PLM.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("A2F2C57C-76BB-4378-9D00-9310DD730333")]
public interface IPLMOperationList
Properties
Count
Declaration
int Count { get; }
Property Value
| Type | Description |
|---|---|
| int |
this[int]
Declaration
IPLMOperation this[int Index] { get; }
Parameters
| Type | Name | Description |
|---|---|---|
| int | Index |
Property Value
| Type | Description |
|---|---|
| IPLMOperation |