NexHeader.SetBankIncluded Method
Definition
Sets whether the specified bank is included in the file.
public void SetBankIncluded(int bank, bool included);
Parameters
| Name | Type | Description |
|---|---|---|
bank |
Int32 |
The bank number, from 0 to 111. |
included |
Boolean |
true to include the bank; false to exclude it. |