AGI STK Objects 11 Send comments on this topic.
EnableFilter Property (IAgTransmitterModelMultibeam)
See Also 





Description

Gets or set the flag determines wether 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 * pRetVal
);
public: HRESULT put_EnableFilter(
VARIANT_BOOL NewEnableFilter
);

[Java]
public bool getEnableFilter();public void setEnableFilter(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1