Click or drag to resize

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
Syntax
public void AddHologramToGroup(
	Hologram hologram,
	long hologramGroupId,
	bool closeGroup
)

Parameters

hologram  Hologram
The hologram.
hologramGroupId  Int64
The hologram group identifier.
closeGroup  Boolean
The group closing flag, true when the last hologram is added.
See Also