 | ReconstructionAddHologramToGroup Method |
Adds the hologram to the specified started group.
Namespace:
LynceeTec.InterfaceProcessingV2
Assembly:
LynceeTec.InterfaceProcessingV2 (in LynceeTec.InterfaceProcessingV2.dll) Version: 0.0.0.0
Syntaxpublic void AddHologramToGroup(
Hologram hologram,
long hologramGroupId,
bool closeGroup
)
public:
void AddHologramToGroup(
Hologram^ hologram,
long long hologramGroupId,
bool closeGroup
)
Parameters
- hologram
- Type: LynceeTec.ImagingHologram
The hologram. - hologramGroupId
- Type: SystemInt64
The hologram group identifier. - closeGroup
- Type: SystemBoolean
The group closing flag, true when the last hologram is added.
See Also