AGI STK Objects 11 Send comments on this topic.
PulseIntegrationType Property (IAgRadarWaveformBistaticReceiverSearchTrackFixedPRF)
See Also 





Description

Gets or sets the pulse integration type.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property PulseIntegrationType() As AgERadarPulseIntegrationType

[C#]
public AgERadarPulseIntegrationType PulseIntegrationType {get; set;}

[Managed C++]
public: __property AgERadarPulseIntegrationType get_PulseIntegrationType();
public: __property void set_PulseIntegrationType(
AgERadarPulseIntegrationType
);

[Unmanaged C++]
public: HRESULT get_PulseIntegrationType(
AgERadarPulseIntegrationType * pRetVal
);
public: HRESULT put_PulseIntegrationType(
AgERadarPulseIntegrationType NewPulseIntegrationType
);

[Java]
public AgERadarPulseIntegrationType getPulseIntegrationType();public void setPulseIntegrationType(
AgERadarPulseIntegrationType
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1