Interface IPLMDataItem
Interface representing a PLM item with files and attributes.
Namespace: CAMAPI.Extension.PLM
Assembly: CAMAPI.Extension.PLM.dll
Syntax
[Guid("DCD3FB64-F5BD-47B0-9A9C-FFB5BD9B9CB5")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface IPLMDataItem
Properties
Attributes
Gets the attributes of the data item.
Declaration
IPLMItemAttributes Attributes { get; }
Property Value
| Type | Description |
|---|---|
| IPLMItemAttributes |
Files
Gets the collection of files associated with the data item.
Declaration
IPLMFiles Files { get; }
Property Value
| Type | Description |
|---|---|
| IPLMFiles |
Id
Gets the unique identifier of the PLM item.
Declaration
string Id { get; }
Property Value
| Type | Description |
|---|---|
| string |
Name
Gets the display name of the PLM item.
Declaration
string Name { get; }
Property Value
| Type | Description |
|---|---|
| string |
TimeStamp
Gets the last modification time of the data item.
Declaration
double TimeStamp { get; }
Property Value
| Type | Description |
|---|---|
| double |
Type
Gets the type of the PLM item.
Declaration
TPLMItemType Type { get; }
Property Value
| Type | Description |
|---|---|
| TPLMItemType |