AGI STK Objects 11 Send comments on this topic.
AutoSelectDemodulator Property (IAgReceiverModelComplex)
See Also 





Description

Gets or set the auto select demodulator option.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property AutoSelectDemodulator() As Boolean

[C#]
public bool AutoSelectDemodulator {get; set;}

[Managed C++]
public: __property bool get_AutoSelectDemodulator();
public: __property void set_AutoSelectDemodulator(
bool
);

[Unmanaged C++]
public: HRESULT get_AutoSelectDemodulator(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_AutoSelectDemodulator(
VARIANT_BOOL NewAutoSelectDemodulator
);

[Java]
public bool getAutoSelectDemodulator();public void setAutoSelectDemodulator(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1