Sets the linear level adjustment value for the given raster band. Both negative and positive values are accepted.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
|
| [Managed C++] |
|---|
|
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
|
| [Python - STK API] |
|---|
def SetLevelAdjustment(self, Band:"AgEStkGraphicsRasterBand", Adjustment:int) -> None: |
- Band
- The
to be adjusted. - Adjustment
- The linear adjustment for the band. Both negative and positive values are accepted.





