AGI STK Objects 11Send 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
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.