Interface IPLMParameterValues
Namespace: CAMAPI.Extension.PLM
Assembly: CAMAPI.Extension.PLM.dll
Syntax
[Guid("2A808C55-6B14-4592-A9A2-A2EE64262B7E")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface IPLMParameterValues
Properties
Count
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 |