Interface IPLMLoginParamListOfValues
Interface representing a collection of possible values for the login parameter in the PLM extension.
Assembly: CAMAPI.Extension.PLM.dll
Syntax
[Guid("CDFB9F01-B9EA-41FF-A720-D9242B8532C6")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface IPLMLoginParamListOfValues
Properties
Count
Gets the number of values in the collection.
Declaration
Property Value
this[int]
Declaration
IPLMLoginParamValue this[int Index] { get; }
Parameters
| Type |
Name |
Description |
| int |
Index |
|
Property Value