Interface IPLMOperationList
Interface representing a collection of operations defined in the CAM project.
Namespace: CAMAPI.Extension.PLM
Assembly: CAMAPI.Extension.PLM.dll
Syntax
[Guid("A2F2C57C-76BB-4378-9D00-9310DD730333")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface IPLMOperationListProperties
Count
Gets the number of operations in the collection.
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 |