Interface IPLMDataItem
Namespace: SprutCAMTech.CAMAPI.Extension.PLM
Assembly: SprutCAMTech.CAMAPI.Extension.PLM.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("DCD3FB64-F5BD-47B0-9A9C-FFB5BD9B9CB5")]
public interface IPLMDataItem
Properties
Files
Declaration
IPLMFiles Files { get; }
Property Value
Type | Description |
---|---|
IPLMFiles |
Id
Declaration
string Id { get; }
Property Value
Type | Description |
---|---|
string |
Name
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
string |
TimeStamp
Declaration
string TimeStamp { get; }
Property Value
Type | Description |
---|---|
string |
Type
Declaration
TPLMItemType Type { get; }
Property Value
Type | Description |
---|---|
TPLMItemType |