STK Graphics PrimitivesSend comments on this topic.
HasBand Method (IAgStkGraphicsRasterAttributes)
See Also
Band
The RasterBand to test.
Windows





Windows & Linux

Description

Gets whether the raster contains the given band.

Syntax

[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:

Parameters

Band
The RasterBand to test.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.