 | IReconstructionGetAvgRHBufHolo Method |
Gets a reference to the byte array to copy the reference hologram data when using several averaged holograms
Namespace:
LynceeTec.Interfaces
Assembly:
LynceeTec.Interfaces (in LynceeTec.Interfaces.dll) Version: 8.0.35712.0 8_0_dev 37f4dd99, built 2019-04-05 12:56:48 UTC
Syntaxbyte[] GetAvgRHBufHolo(
int id
)
array<unsigned char>^ GetAvgRHBufHolo(
int id
)
Parameters
- id
- Type: SystemInt32
Id of the hologram in the array of holograms to average
Return Value
Type:
ByteThe reference to the byte array
See Also