 | FrameAcquisitionDataRepeatIndex Property |
If this was captured from a repeated triggered sequence, shows the 0-based index of the repetitions. If it's not a repeated recording, will be the empty array.
Namespace: LynceeTec.ImagingAssembly: LynceeTec.Imaging (in LynceeTec.Imaging.dll) Version: 0.0.0.0
Syntaxpublic int[] RepeatIndex { get; set; }
public:
property array<int>^ RepeatIndex {
array<int>^ get ();
void set (array<int>^ value);
}
Property Value
Int32
See Also