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 Raster Band to be adjusted.
- Adjustment
- The linear adjustment for the band. Both negative and positive values are accepted.






