 | FrameAcquisitionDataRepeatIndex Property |
If this was captured from a repeated triggered sequence, shows the 0-based index of the repetition. If there is only one repetition or if it's not a repeated recording, will be 0.
Namespace:
LynceeTec.Imaging
Assembly:
LynceeTec.Imaging (in LynceeTec.Imaging.dll) Version: 0.0.0.0
Syntaxpublic int RepeatIndex { get; set; }
public:
property int RepeatIndex {
int get ();
void set (int value);
}
Property Value
Type:
Int32
See Also