  | ReconstructionAddHologram Method  | 
 
Adds a new hologram to the reconstruction process to be reconstructed using the specified configuration.
 
    Namespace: 
   LynceeTec.InterfaceProcessingV2
    Assembly:
   LynceeTec.InterfaceProcessingV2 (in LynceeTec.InterfaceProcessingV2.dll) Version: 0.0.0.0
Syntaxpublic void AddHologram(
	Hologram hologram,
	int configurationId
)
public:
void AddHologram(
	Hologram^ hologram, 
	int configurationId
)
Parameters
- hologram
 - Type: LynceeTec.ImagingHologram
The hologram to reconstruct. - configurationId
 - Type: SystemInt32
The configuration identifier used to reconstruct the hologram. 
Remarks
If the hologram is currently in the reconstruction process, it cannot be added a second time.
See Also