Interface IPLMLoginParamListOfValues
Namespace: SprutCAMTech.CAMAPI.Extension.PLM
Assembly: SprutCAMTech.CAMAPI.Extension.PLM.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("CDFB9F01-B9EA-41FF-A720-D9242B8532C6")]
public interface IPLMLoginParamListOfValues
Properties
Count
Declaration
int Count { get; }
Property Value
| Type | Description |
|---|---|
| int |
this[int]
Declaration
IPLMLoginParamValue this[int Index] { get; }
Parameters
| Type | Name | Description |
|---|---|---|
| int | Index |
Property Value
| Type | Description |
|---|---|
| IPLMLoginParamValue |