Interface ICamIpcFaceListBuilder
Builder for a face list. Populate with Add, then Build() to get the list
Assembly: CAMIPC.SurfaceTypes.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("46596A0A-FE47-44FC-AAC8-0FA899ECDA74")]
public interface ICamIpcFaceListBuilder
Properties
Count
Declaration
Property Value
Face[int]
Declaration
ICamIpcFace Face[int i] { get; }
Parameters
| Type |
Name |
Description |
| int |
i |
|
Property Value
Methods
Add(ICamIpcFace)
Append a single face to the builder
Declaration
void Add(ICamIpcFace Face)
Parameters
Build()
Build and return the accumulated face list
Declaration
Returns
GetInstanceId()
Get unique identifier of current instance (used in IPC messages)
Declaration
Returns