Class FaceListBuilderHelper
Inheritance
FaceListBuilderHelper
Assembly: CAMIPC.DotnetHelper.dll
Syntax
public static class FaceListBuilderHelper
Methods
Add(ComWrapper<ICamIpcFaceListBuilder>, ComWrapper<ICamIpcFace>)
Append a single face to the builder
Declaration
public static void Add(this ComWrapper<ICamIpcFaceListBuilder> builderCom, ComWrapper<ICamIpcFace> faceCom)
Parameters
Build(ComWrapper<ICamIpcFaceListBuilder>)
Build and return the accumulated face list
Declaration
public static ComWrapper<ICamIpcFaceList> Build(this ComWrapper<ICamIpcFaceListBuilder> builderCom)
Parameters
Returns
Count(ComWrapper<ICamIpcFaceListBuilder>)
Number of faces accumulated so far
Declaration
public static int Count(this ComWrapper<ICamIpcFaceListBuilder> builderCom)
Parameters
Returns