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






Windows & Linux

Description

Gets or sets the flag for modeling coherent pulses.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property bool get_EnableCoherentPulses();
public: __property void set_EnableCoherentPulses(
bool
);

[Unmanaged C++]
public: HRESULT get_EnableCoherentPulses(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_EnableCoherentPulses(
VARIANT_BOOL NewEnableCoherentPulses
);

[Java]
public bool getEnableCoherentPulses();public void setEnableCoherentPulses(
bool
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface