 | ProcessingConfigurationSaveReferenceHologram Method |
Saves the reference hologram for the specified source to a .bin file.
Namespace:
LynceeTec.InterfaceProcessingV2.Configurations
Assembly:
LynceeTec.InterfaceProcessingV2 (in LynceeTec.InterfaceProcessingV2.dll) Version: 0.0.0.0
Syntaxpublic void SaveReferenceHologram(
PhysicalLaserSource sourceId,
string hologramPath
)
public:
void SaveReferenceHologram(
PhysicalLaserSource sourceId,
String^ hologramPath
)
Parameters
- sourceId
- Type: LynceeTec.ImagingPhysicalLaserSource
The physical source identifier. - hologramPath
- Type: SystemString
The path to the reference hologram.
See AlsoReference
ProcessingConfigurationSaveReferenceHologram(PhysicalLaserSource, String)