AGI STK Objects 11 Send comments on this topic.
NumPulsesInCPI Property (IAgRadarRaeWaveform)
See Also 





Description

Gets or sets the number of pulses in the coherent pulse integration

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property NumPulsesInCPI() As Integer

[C#]
public int NumPulsesInCPI {get; set;}

[Managed C++]
public: __property int get_NumPulsesInCPI();
public: __property void set_NumPulsesInCPI(
int
);

[Unmanaged C++]
public: HRESULT get_NumPulsesInCPI(
int * pRetVal
);
public: HRESULT put_NumPulsesInCPI(
int NewNumPulsesInCPI
);

[Java]
public ppInteger getNumPulsesInCPI();public void setNumPulsesInCPI(
ppInteger
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1