Click or drag to resize

SequenceLoad Method (String)

Loads an existing sequence.

Namespace:  LynceeTec.Imaging
Assembly:  LynceeTec.Imaging (in LynceeTec.Imaging.dll) Version: 0.0.0.0
Syntax
public static List<Hologram> Load(
	string path
)

Parameters

path
Type: SystemString
The path to an existing sequence

Return Value

Type: ListHologram
Remarks
If the path points to a directory, tries to load sequence in the Koala or RAW format; else tries to load a BigTiff (.btf) sequence.
See Also