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