SetBandHidden (COPY) |
Hides or unhides a specified band and removes it from the customize menu. See also SetBandVisible
Prototype:
SetBandHidden(LONG BandID, BYTE IsHidden)
Arguments:
BandID |
ID of a band |
IsHidden |
True or false. If True, the band is hidden and removed from the customize menu. If false it is unhidden and added to the customize menu. |
.