Interface IPLMCAMProjectFile
Interface representing a file included in the CAM project.
Namespace: CAMAPI.Extension.PLM
Assembly: CAMAPI.Extension.PLM.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("BFBF94CB-C56F-4DBE-ADD4-D29874E4F7C7")]
public interface IPLMCAMProjectFile
Properties
Action
Gets the action to be performed on the file (e.g., create, update, delete).
Declaration
TPLMFileAction Action { get; }
Property Value
Type | Description |
---|---|
TPLMFileAction |
FileName
Gets the name of the file included in the CAM project.
Declaration
string FileName { get; }
Property Value
Type | Description |
---|---|
string |