Interface IPLMItems
Namespace: CAMAPI.Extension.PLM
Assembly: CAMAPI.Extension.PLM.dll
Syntax
[Guid("66750C92-6F30-4D6A-AD9D-8539A6BCEF5E")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface IPLMItems
Properties
Count
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 |