Interface ICamApiListModelItem
Namespace: CAMAPI.ModelFormerTypes
Assembly: CAMAPI.ModelFormerTypes.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("1C3E2F4B-3C5E-4A7E-8F4A-2B6D9E8F0C3D")]
public interface ICamApiListModelItem
Properties
Count
Declaration
int Count { get; }
Property Value
| Type | Description |
|---|---|
| int |
Methods
Add(ICamApiModelItem)
Declaration
void Add(ICamApiModelItem Item)
Parameters
| Type | Name | Description |
|---|---|---|
| ICamApiModelItem | Item |
Clear()
Declaration
void Clear()
GetItem(int)
Declaration
ICamApiModelItem GetItem(int Index)
Parameters
| Type | Name | Description |
|---|---|---|
| int | Index |
Returns
| Type | Description |
|---|---|
| ICamApiModelItem |
RemoveAt(int)
Declaration
void RemoveAt(int Index)
Parameters
| Type | Name | Description |
|---|---|---|
| int | Index |