 | HologramFileSourceLoadHologram Method |
Loads a previously recorded hologram from the hard drive and returns it. (Several holograms can be returned in the case of multi-wavelength holograms).
Namespace:
LynceeTec.DHM.Camera
Assembly:
LynceeTec.DHM (in LynceeTec.DHM.dll) Version: 8.2.31040.0 8_2_dev 785396c, built 2020-09-23 07:47:08 UTC
Syntaxpublic FileHologram[] LoadHologram(
string fileFullName
)
public:
array<FileHologram^>^ LoadHologram(
String^ fileFullName
)
Parameters
- fileFullName
- Type: SystemString
The full path of the file to load.
Return Value
Type:
FileHologram
See Also