 | ProcessingConfigurationLoadReferenceHologram Method (PhysicalLaserSource, String) |
Loads the reference hologram for the specified source from a path location.
Namespace:
LynceeTec.InterfaceProcessingV2.Configurations
Assembly:
LynceeTec.InterfaceProcessingV2 (in LynceeTec.InterfaceProcessingV2.dll) Version: 0.0.0.0
Syntaxpublic int LoadReferenceHologram(
PhysicalLaserSource sourceId,
string hologramPath
)
public:
int LoadReferenceHologram(
PhysicalLaserSource sourceId,
String^ hologramPath
)
Parameters
- sourceId
- Type: LynceeTec.InterfacesPhysicalLaserSource
The physical source identifier. - hologramPath
- Type: SystemString
The path to the reference hologram.
Return Value
Type:
Int320 if successful, or a negative code if an error occurs.
See Also