Interface IPLMDataItem
Namespace: CAMAPI.Extension.PLM
Assembly: CAMAPI.Extension.PLM.dll
Syntax
[Guid("DCD3FB64-F5BD-47B0-9A9C-FFB5BD9B9CB5")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface IPLMDataItem
Properties
Attributes
Declaration
IPLMItemAttributes Attributes { get; }
Property Value
Type | Description |
---|---|
IPLMItemAttributes |
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
double TimeStamp { get; }
Property Value
Type | Description |
---|---|
double |
Type
Declaration
TPLMItemType Type { get; }
Property Value
Type | Description |
---|---|
TPLMItemType |