Interface IPLMProjectStructItems
Interface representing a collection of project structure items within the PLM extension.
Assembly: CAMAPI.Extension.PLM.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("1ABAE6DA-6145-47A4-B90F-E7F4FCCBC7B1")]
public interface IPLMProjectStructItems
Properties
Count
Gets the number of items in the collection.
Declaration
Property Value
this[int]
Declaration
IPLMProjectStructItem this[int Index] { get; }
Parameters
Type |
Name |
Description |
int |
Index |
|
Property Value