AGI STK Objects 11Send comments on this topic.
AutoSelectDemodulator Property (IAgReceiverModelLaser)
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 * pRetVal
);
public: HRESULT put_AutoSelectDemodulator(
   VARIANT_BOOL NewAutoSelectDemodulator
);
[Java]
public bool getAutoSelectDemodulator();public void setAutoSelectDemodulator(
   bool
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.