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






Windows & Linux

Description

Gets or sets the number of pulses.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property NumberOfPulses() As Integer
[C#]
public int NumberOfPulses {get; set;}
[Managed C++]
public: __property int get_NumberOfPulses();
public: __property void set_NumberOfPulses(
   int
);
[Unmanaged C++]
public: HRESULT get_NumberOfPulses(
   int * pRetVal
);
public: HRESULT put_NumberOfPulses(
   int NewNumberOfPulses
);
[Java]
public ppInteger getNumberOfPulses();
public void setNumberOfPulses(
   ppInteger
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.