Interface IPLMDataItems
Interface representing a collection of PLM items with files and attributes.
Namespace: CAMAPI.Extension.PLM
Assembly: CAMAPI.Extension.PLM.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("DAF338B1-E239-4589-907B-2519307A25E2")]
public interface IPLMDataItems
Properties
Count
Gets the number of items in the collection.
Declaration
int Count { get; }
Property Value
Type | Description |
---|---|
int |
this[int]
Declaration
IPLMDataItem this[int Index] { get; }
Parameters
Type | Name | Description |
---|---|---|
int | Index |
Property Value
Type | Description |
---|---|
IPLMDataItem |