Interface IPLMTree
Namespace: CAMAPI.Extension.PLM
Assembly: CAMAPI.Extension.PLM.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("5B126A5D-7F9D-4096-89F1-05D92E83A540")]
public interface IPLMTree
Properties
Count
Declaration
int Count { get; }
Property Value
Type | Description |
---|---|
int |
this[int]
Declaration
IPLMTreeItem this[int Index] { get; }
Parameters
Type | Name | Description |
---|---|---|
int | Index |
Property Value
Type | Description |
---|---|
IPLMTreeItem |