![]() | SequenceLoaderLoadSequence Method |
Namespace: LynceeTec.API.Sequence
public Task LoadSequence( string path, IProgress<float> progress = null, int startIndex = 0, int endIndex = 2147483647 )
Exception | Condition |
---|---|
InvalidOperationException | The current state does not allow the method to be called. |
If the path points to a directory, tries to load sequence in the Koala format; else tries to load a BigTiff (.btf) sequence.
Sets CurrentState value first to Loading, then to Loaded or NoHologram if an error occurs.
Can only be called when CurrentState is Created, NoHologram, Loaded or Saved.