Interface IPLMTreeItem
Interface representing an item in a hierarchical PLM tree structure.
Namespace: CAMAPI.Extension.PLM
Assembly: CAMAPI.Extension.PLM.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("CCC0412C-239D-48BB-BC72-B3E7AC7EFEB2")]
public interface IPLMTreeItem
Properties
Childs
Gets the collection of child items.
Declaration
IPLMTree Childs { get; }
Property Value
Type | Description |
---|---|
IPLMTree |
ChildsLoaded
Gets the value indicating whether child items have been loaded.
Declaration
bool ChildsLoaded { get; }
Property Value
Type | Description |
---|---|
bool |
Comment
Gets the comment associated with the tree item.
Declaration
string Comment { get; }
Property Value
Type | Description |
---|---|
string |
Id
Gets the unique identifier of the tree item.
Declaration
string Id { get; }
Property Value
Type | Description |
---|---|
string |
Name
Gets the display name of the tree item.
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
string |
Type
Gets the type of the tree item.
Declaration
TPLMItemType Type { get; }
Property Value
Type | Description |
---|---|
TPLMItemType |