 | SequenceUpdateImageValidity Method |
Updates a specified image validity directly in the sequence file.
Namespace: LynceeTec.ImagingAssembly: LynceeTec.Imaging (in LynceeTec.Imaging.dll) Version: 0.0.0.0
Syntaxpublic static void UpdateImageValidity(
string path,
int imageIndex,
bool isValid
)
public:
static void UpdateImageValidity(
String^ path,
int imageIndex,
bool isValid
)
Parameters
- path String
- The path to an existing sequence
- imageIndex Int32
- Index of the image starting from 0
- isValid Boolean
- if set to true the image is valid.
See Also