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






Windows & Linux

Description

Adds a filter to the sequence.

Syntax

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

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

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

[Java]
public  add(
IAgStkGraphicsRasterFilter Filter
);

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

Parameters

Filter
The Raster Filter to add.

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface