Interface IPLMObjectInCAM
Interface representing a object in CAM system was imported from PLM system.
Namespace: CAMAPI.Extension.PLM
Assembly: CAMAPI.Extension.PLM.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("4FA105C9-7A75-47D3-8B3F-3C675F97F0F7")]
public interface IPLMObjectInCAM
Properties
ConnectionId
Gets the identifier of connection associated with the item.
Declaration
string ConnectionId { get; }
Property Value
| Type | Description |
|---|---|
| string |
IdInPLM
ID of object in external PLM system
Declaration
string IdInPLM { get; }
Property Value
| Type | Description |
|---|---|
| string |
ItemType
Gets the type of the PLM item.
Declaration
TPLMItemType ItemType { get; }
Property Value
| Type | Description |
|---|---|
| TPLMItemType |
Name
Gets the display name of the PLM item.
Declaration
string Name { get; }
Property Value
| Type | Description |
|---|---|
| string |
PLMObjectId
ID of object in PLMManager
Declaration
string PLMObjectId { 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 |