Interface IPLMCAMProjectFiles
Namespace: SprutCAMTech.CAMAPI.Extension.PLM
Assembly: SprutCAMTech.CAMAPI.Extension.PLM.dll
Syntax
[Guid("CF8A8052-1250-472B-A4E8-20829F27FEEF")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface IPLMCAMProjectFiles
Properties
Count
Declaration
int Count { get; }
Property Value
Type | Description |
---|---|
int |
this[int]
Declaration
IPLMCAMProjectFile this[int Index] { get; }
Parameters
Type | Name | Description |
---|---|---|
int | Index |
Property Value
Type | Description |
---|---|
IPLMCAMProjectFile |