Interface IPLMItems
Interface representing a collection of PLM items.
Namespace: CAMAPI.Extension.PLM
Assembly: CAMAPI.Extension.PLM.dll
Syntax
[Guid("66750C92-6F30-4D6A-AD9D-8539A6BCEF5E")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface IPLMItemsProperties
Count
Gets the number of items in the collection.
Declaration
int Count { get; }Property Value
| Type | Description | 
|---|---|
| int | 
this[int]
Declaration
IPLMItem this[int Index] { get; }Parameters
| Type | Name | Description | 
|---|---|---|
| int | Index | 
Property Value
| Type | Description | 
|---|---|
| IPLMItem |