Returns true if the sequence contains the filter.
[Visual Basic .NET] |
---|
Public Function Contains( _ ByVal Filter As IAgStkGraphicsRasterFilter _ ) As Boolean |
[C#] |
---|
public bool Contains( IAgStkGraphicsRasterFilter Filter ); |
[Managed C++] |
---|
public: bool Contains( IAgStkGraphicsRasterFilter ^ Filter ); |
[Unmanaged C++] |
---|
public: HRESULT Contains( IAgStkGraphicsRasterFilter * Filter, VARIANT_BOOL * pRetVal ); |
[Java] |
---|
public bool contains( IAgStkGraphicsRasterFilter Filter ); |
[Python - STK API ] |
---|
def Contains(self, Filter:"IAgStkGraphicsRasterFilter") -> bool: |
- Filter
- The Raster Filter to test.