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





Windows & Linux

Description

Gets or sets whether the RF STC is enabled.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property EnableRFStc() As Boolean
[C#]
public bool EnableRFStc {get; set;}
[Managed C++]
public: __property bool get_EnableRFStc();
public: __property void set_EnableRFStc( bool );
[Unmanaged C++]
public: HRESULT get_EnableRFStc(
    VARIANT_BOOL * pVal
);
public: HRESULT put_EnableRFStc(
    VARIANT_BOOL val
);
[Java]
public bool getEnableRFStc();
public void setEnableRFStc(
    bool
);
[Python - STK API ]
@property
def EnableRFStc(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.