Interface IPLMConnectionsList
Interface for accessing PLM connections collection
Namespace: CAMAPI.Extension.PLM
Assembly: CAMAPI.Extension.PLM.dll
Syntax
[Guid("B7ED0C7A-5CB7-4A16-B8D8-B5C3A3143B67")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface IPLMConnectionsList
Properties
Count
Get count of connections
Declaration
int Count { get; }
Property Value
| Type | Description |
|---|---|
| int |
this[int]
Declaration
string this[int Index] { get; }
Parameters
| Type | Name | Description |
|---|---|---|
| int | Index |
Property Value
| Type | Description |
|---|---|
| string |