Interface IPLMParameterValues
Interface representing a collection of PLM parameter values.
Namespace: CAMAPI.Extension.PLM
Assembly: CAMAPI.Extension.PLM.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("2A808C55-6B14-4592-A9A2-A2EE64262B7E")]
public interface IPLMParameterValuesProperties
Count
Gets the number of values in the collection.
Declaration
int Count { get; }Property Value
| Type | Description | 
|---|---|
| int | 
this[int]
Declaration
IPLMParameterValue this[int Index] { get; }Parameters
| Type | Name | Description | 
|---|---|---|
| int | Index | 
Property Value
| Type | Description | 
|---|---|
| IPLMParameterValue |