 | SequenceUpdateImageValidity Method |
Updates a specified image validity directly in the sequence file.
Namespace:
LynceeTec.Imaging
Assembly:
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
- Type: SystemString
The path to an existing sequence - imageIndex
- Type: SystemInt32
Index of the image starting from 0 - isValid
- Type: SystemBoolean
if set to true the image is valid.
See Also