STK ObjectsSend comments on this topic.
EnableIFStc Property (IAgRadarReceiver)
See Also
Windows





Windows & Linux

Description

Gets or sets whether the IF STC is enabled.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property EnableIFStc() As Boolean
[C#]
public bool EnableIFStc {get; set;}
[Managed C++]
public: __property bool get_EnableIFStc();
public: __property void set_EnableIFStc( bool );
[Unmanaged C++]
public: HRESULT get_EnableIFStc(
    VARIANT_BOOL * pVal
);
public: HRESULT put_EnableIFStc(
    VARIANT_BOOL val
);
[Java]
public bool getEnableIFStc();
public void setEnableIFStc(
    bool
);
[Python - STK API ]
@property
def EnableIFStc(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.