AGI STK Objects 11Send comments on this topic.
SetFilter Method (IAgReTransmitterModelSimple)
See Also
name
Windows






Windows & Linux

Description

Sets the current filter model by name.

Syntax

[Visual Basic .NET]
Public Sub SetFilter( _
    ByVal name As String _
) As 
[C#]
public void SetFilter(
    string name
);
[Managed C++]
public: void SetFilter(
    String __gc ^ name
);
[Java]
public void setFilter(
    String name
);
[Unmanaged C++]
public: HRESULT SetFilter(
    BSTR name
);

Parameters

name

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.