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






Windows & Linux

Description

Gets or sets the number of pulses to cancel.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property NumberOfPulsesToCancel() As Integer
[C#]
public int NumberOfPulsesToCancel {get; set;}
[Managed C++]
public: __property int get_NumberOfPulsesToCancel();
public: __property void set_NumberOfPulsesToCancel(
   int
);
[Unmanaged C++]
public: HRESULT get_NumberOfPulsesToCancel(
   int * pRetVal
);
public: HRESULT put_NumberOfPulsesToCancel(
   int NewNumberOfPulsesToCancel
);
[Java]
public ppInteger getNumberOfPulsesToCancel();public void setNumberOfPulsesToCancel(
   ppInteger
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.