Interface IPLMTreeItem
Namespace: CAMAPI.Extension.PLM
Assembly: CAMAPI.Extension.PLM.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("CCC0412C-239D-48BB-BC72-B3E7AC7EFEB2")]
public interface IPLMTreeItem
Properties
Childs
Declaration
IPLMTree Childs { get; }
Property Value
Type | Description |
---|---|
IPLMTree |
ChildsLoaded
Declaration
bool ChildsLoaded { get; }
Property Value
Type | Description |
---|---|
bool |
Comment
Declaration
string Comment { get; }
Property Value
Type | Description |
---|---|
string |
Id
Declaration
string Id { get; }
Property Value
Type | Description |
---|---|
string |
Name
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
string |
Type
Declaration
TPLMItemType Type { get; }
Property Value
Type | Description |
---|---|
TPLMItemType |