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