STK Graphics PrimitivesSend comments on this topic.
Filter Property (IAgStkGraphicsFilteringRasterStream)
See Also
Windows





Windows & Linux

Description

Gets the Raster Filter that will be applied to the Raster Stream on each update.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Filter() As IAgStkGraphicsRasterFilter
[C#]
public IAgStkGraphicsRasterFilter Filter {get;}
[Managed C++]
public: __property IAgStkGraphicsRasterFilter ^ get_Filter();
[Unmanaged C++]
public: HRESULT get_Filter(
    IAgStkGraphicsRasterFilter ** ppRetVal
);
[Java]
public IAgStkGraphicsRasterFilter getFilter();
[Python - STK API ]
@property
def Filter(self) -> "IAgStkGraphicsRasterFilter":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.