AGI STK Objects 11 Send 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 * pRetVal
);
public: HRESULT put_EnableRFStc(
VARIANT_BOOL NewEnableRFStc
);

[Java]
public bool getEnableRFStc();public void setEnableRFStc(
bool
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface