Interface IPLMDataItems
Namespace: CAMAPI.Extension.PLM
Assembly: CAMAPI.Extension.PLM.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("DAF338B1-E239-4589-907B-2519307A25E2")]
public interface IPLMDataItems
Properties
Count
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 |