Class FaceListHelper
Helper functions for ICamIpcFaceList
Inherited Members
Namespace: CAMIPC.DotnetHelper
Assembly: CAMIPC.DotnetHelper.dll
Syntax
public static class FaceListHelper
Methods
Count(ComWrapper<ICamIpcFaceList>)
Number of faces in the list
Declaration
public static int Count(this ComWrapper<ICamIpcFaceList> listCom)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamIpcFaceList> | listCom |
Returns
| Type | Description |
|---|---|
| int |
Face(ComWrapper<ICamIpcFaceList>, int)
Get face by index
Declaration
public static ComWrapper<ICamIpcFace> Face(this ComWrapper<ICamIpcFaceList> listCom, int index)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamIpcFaceList> | listCom | |
| int | index |
Returns
| Type | Description |
|---|---|
| ComWrapper<ICamIpcFace> |