STK ObjectsSend comments on this topic.
SetFilter Method (IAgTransmitterModelLaser)
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 _
)
[C#]
public void SetFilter(
    string name
);
[Managed C++]
public: void SetFilter(
    String __gc ^ name
);
[Unmanaged C++]
public: HRESULT SetFilter(
    BSTR name
);
[Java]
public void setFilter(
    String name
);
[Python - STK API ]
def SetFilter(self, name:str) -> None:

Parameters

name

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.