C++
void setScanVisibility( const AcString& scanGuid, bool bVisible );
Description
Sets whether or not a scan is visible. This method does nothing if the scan guid doesn't exist.
Parameters
Parameters | Description |
---|---|
scanGuid | The scan GUID. |
bVisible | Whether or not the scan is visible. |