C++
void setAllScansVisibilityByRegion( int regionId, bool bVisible );
Description
Sets whether or not all scans which are related to a region are visible.
Parameters
| Parameters | Description |
|---|---|
| regionId | The region ID. |
| bVisible | The visibility of all related scans. |