STK ObjectsSend comments on this topic.
AutoSelectDemodulator Property (IAgReceiverModelMedium)
See Also
Windows





Windows & Linux

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 * pVal
);
public: HRESULT put_AutoSelectDemodulator(
    VARIANT_BOOL val
);
[Java]
public bool getAutoSelectDemodulator();
public void setAutoSelectDemodulator(
    bool
);
[Python - STK API ]
@property
def AutoSelectDemodulator(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.