AGI STK Objects 11Send comments on this topic.
SetDemodulator Method (IAgReceiverModelSimple)
See Also
name
Windows






Windows & Linux

Description

Sets the current demodulator model by name.

Syntax

[Visual Basic .NET]
Public Sub SetDemodulator( _
    ByVal name As String _
) As 
[C#]
public void SetDemodulator(
    string name
);
[Managed C++]
public: void SetDemodulator(
    String __gc ^ name
);
[Java]
public void setDemodulator(
    String name
);
[Unmanaged C++]
public: HRESULT SetDemodulator(
    BSTR name
);

Parameters

name

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.