Interface IPLMCAMProject
Namespace: SprutCAMTech.CAMAPI.Extension.PLM
Assembly: SprutCAMTech.CAMAPI.Extension.PLM.dll
Syntax
[Guid("7CAF642B-A1CE-4645-AA63-C4C59BA00E68")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface IPLMCAMProject
Properties
Id
Declaration
Property Value
NCFiles
Declaration
IPLMFiles NCFiles { get; }
Property Value
OperationList
Declaration
IPLMOperationList OperationList { get; }
Property Value
ProjectFiles
Declaration
IPLMCAMProjectFiles ProjectFiles { get; }
Property Value
ProjectPath
Declaration
string ProjectPath { get; }
Property Value
ProjectPreview
Declaration
string ProjectPreview { get; }
Property Value
ReportFiles
Declaration
IPLMFiles ReportFiles { get; }
Property Value
Declaration
IPLMToolList ToolList { get; }
Property Value