AGI STK Graphics 11 Send comments on this topic.
Remove Method (IAgStkGraphicsSequenceFilter)
See Also 
Filter
The Raster Filter to remove.





Description

Removes a filter from the sequence.

Syntax

[Visual Basic .NET]
Public Sub Remove( _
   ByVal Filter As IAgStkGraphicsRasterFilter _
) 

[C#]
public void Remove(
IAgStkGraphicsRasterFilter Filter
);

[Managed C++]
public: void Remove(
IAgStkGraphicsRasterFilter ^ Filter
);

[Java]
public  remove(
IAgStkGraphicsRasterFilter Filter
);

[Unmanaged C++]
public: HRESULT Remove(
IAgStkGraphicsRasterFilter * Filter
);

Parameters

Filter
The Raster Filter to remove.

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1