Interface ICamIpcListModelItem
Namespace: CAMIPC.ModelFormerTypes
Assembly: CAMIPC.ModelFormerTypes.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("9399DB53-4972-476E-8B75-54348925E2ED")]
public interface ICamIpcListModelItem
Properties
Count
Declaration
int Count { get; }
Property Value
| Type | Description |
|---|---|
| int |
Methods
Add(ICamIpcModelItem)
Declaration
void Add(ICamIpcModelItem Item)
Parameters
| Type | Name | Description |
|---|---|---|
| ICamIpcModelItem | Item |
Clear()
Declaration
void Clear()
GetItem(int)
Declaration
ICamIpcModelItem GetItem(int Index)
Parameters
| Type | Name | Description |
|---|---|---|
| int | Index |
Returns
| Type | Description |
|---|---|
| ICamIpcModelItem |
RemoveAt(int)
Declaration
void RemoveAt(int Index)
Parameters
| Type | Name | Description |
|---|---|---|
| int | Index |