Interface IPLMProjectStructItem
Interface representing a structure item of project within the PLM extension.
Namespace: CAMAPI.Extension.PLM
Assembly: CAMAPI.Extension.PLM.dll
Syntax
[Guid("29236D34-1F36-4B23-B549-47A851BC21A1")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface IPLMProjectStructItem
Properties
Id
Gets the unique identifier of the project structure item.
Declaration
string Id { get; }
Property Value
Type | Description |
---|---|
string |
Name
Gets the display name of the project structure item.
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
string |
TimeStamp
Gets the last modification time of the project structure item.
Declaration
double TimeStamp { get; }
Property Value
Type | Description |
---|---|
double |
Type
Gets the type of the project structure item.
Declaration
TPLMItemType Type { get; }
Property Value
Type | Description |
---|---|
TPLMItemType |