Gets whether the raster contains the given band.
[Visual Basic .NET] |
---|
Public Function HasBand( _ ByVal Band As AgEStkGraphicsRasterBand _ ) As Boolean |
[C#] |
---|
public bool HasBand( AgEStkGraphicsRasterBand Band ); |
[Managed C++] |
---|
public: bool HasBand( AgEStkGraphicsRasterBand Band ); |
[Unmanaged C++] |
---|
public: HRESULT HasBand( AgEStkGraphicsRasterBand Band, VARIANT_BOOL * pRetVal ); |
[Java] |
---|
public bool hasBand( AgEStkGraphicsRasterBand Band ); |
[Python - STK API ] |
---|
def HasBand(self, Band:"AgEStkGraphicsRasterBand") -> bool: |
- Band
- The RasterBand to test.