Interface IPLMProjectStructItems
Namespace: SprutCAMTech.CAMAPI.Extension.PLM
Assembly: SprutCAMTech.CAMAPI.Extension.PLM.dll
Syntax
[Guid("1ABAE6DA-6145-47A4-B90F-E7F4FCCBC7B1")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface IPLMProjectStructItems
Properties
Count
Declaration
int Count { get; }
Property Value
| Type | Description |
|---|---|
| int |
this[int]
Declaration
IPLMProjectStructItem this[int Index] { get; }
Parameters
| Type | Name | Description |
|---|---|---|
| int | Index |
Property Value
| Type | Description |
|---|---|
| IPLMProjectStructItem |