Interface IListCamApiSnapshot
Assembly: CAMAPI.Snapshot.dll
Syntax
[Guid("AF268E44-2D57-4657-B3B2-C228AD0B35AF")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface IListCamApiSnapshot
Methods
Add(ICamApiSnapshot)
Declaration
void Add(ICamApiSnapshot info)
Parameters
Count()
Add item to list
Remove item from list
Remove item at index
Get number of item
Declaration
Returns
Get(int)
Declaration
ICamApiSnapshot Get(int index)
Parameters
| Type |
Name |
Description |
| int |
index |
|
Returns
Remove(ICamApiSnapshot)
Declaration
void Remove(ICamApiSnapshot info)
Parameters
RemoveAt(int)
Declaration
Parameters
| Type |
Name |
Description |
| int |
index |
|