 | ProcessingConfigurationSetPhaseCorrectionZones Method |
Sets an array containing the user defined phase correction zones.
Namespace:
LynceeTec.InterfaceProcessingV2.Configurations
Assembly:
LynceeTec.InterfaceProcessingV2 (in LynceeTec.InterfaceProcessingV2.dll) Version: 0.0.0.0
Syntaxpublic int SetPhaseCorrectionZones(
Zone[] zones
)
public:
int SetPhaseCorrectionZones(
array<Zone^>^ zones
)
Parameters
- zones
- Type: LynceeTec.InterfaceProcessingV2Zone
The array containing the user defined zones.
Return Value
Type:
Int320 if successful, or a negative code if an error occurs.
See Also