AGI STK Objects 11Send comments on this topic.
UseSignalPSD Property (IAgRadarModulator)
See Also
Windows






Windows & Linux

Description

Options for enabling signal psd analysis.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property UseSignalPSD() As Boolean
[C#]
public bool UseSignalPSD {get; set;}
[Managed C++]
public: __property bool get_UseSignalPSD();
public: __property void set_UseSignalPSD( bool );
[Unmanaged C++]
public: HRESULT get_UseSignalPSD(
    VARIANT_BOOL * pVal
);
public: HRESULT put_UseSignalPSD(
    VARIANT_BOOL val
);
[Java]
public bool getUseSignalPSD();
public void setUseSignalPSD(
    bool
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.