要求されたページは選択されたバージョンでは利用できない。
GetPictureCheck
Syntax
AbtPictureCheck GetPictureCheck(string path)
Description
Retrieve a picture check in the current project or the supplier project.
Parameters
path
String specifying a regular or shared picture check’s path (learn more), with forward slash (/) as the path separator.
- If the target image is in a shared picture check, the path starts with the forward slash (/), which corresponds to the Picture Checks subfolder of the project; followed by picture’s name.
- If the target image is in a regular picture check, the path starts with picture’s name.
Return Value
Return an AbtPictureCheck object. If the call is unsuccessful, return null.
Notes
- This method is currently supported only by the C# harness.