Interface IPLMItem
Interface representing a PLM item with a unique identifier and a defined type.
Namespace: CAMAPI.Extension.PLM
Assembly: CAMAPI.Extension.PLM.dll
Syntax
[Guid("579E04E0-8968-4715-87CC-6C06E1132652")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface IPLMItem
Properties
Id
Gets the unique identifier of the PLM item.
Declaration
string Id { get; }
Property Value
Type | Description |
---|---|
string |
Type
Gets the type of the PLM item.
Declaration
TPLMItemType Type { get; }
Property Value
Type | Description |
---|---|
TPLMItemType |