STK ObjectsSend comments on this topic.
Filter Property (IAgReceiverModelSimple)
See Also
Windows





Windows & Linux

Description

Gets the current filter model.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.