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

[Java]
public bool getEnableIFStc();public void setEnableIFStc(
bool
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface