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






Windows & Linux

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 * pVal
);
public: HRESULT put_PulseIntegrationType(
    AgERadarPulseIntegrationType val
);
[Java]
public AgERadarPulseIntegrationType getPulseIntegrationType();
public void setPulseIntegrationType(
    AgERadarPulseIntegrationType
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.