STK ObjectsSend comments on this topic.
EnableFilter Property (IAgTransmitterModelLaser)
See Also
Windows





Windows & Linux

Description

Gets or set the flag determines whether or not to enable the Filter.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property EnableFilter() As Boolean
[C#]
public bool EnableFilter {get; set;}
[Managed C++]
public: __property bool get_EnableFilter();
public: __property void set_EnableFilter( bool );
[Unmanaged C++]
public: HRESULT get_EnableFilter(
    VARIANT_BOOL * pVal
);
public: HRESULT put_EnableFilter(
    VARIANT_BOOL val
);
[Java]
public bool getEnableFilter();
public void setEnableFilter(
    bool
);
[Python - STK API ]
@property
def EnableFilter(self) -> bool:

@EnableFilter.setter
def EnableFilter(self, val:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.