AGI STK Objects 11 Send comments on this topic.
MaximumPulses Property (IAgRadarPulseIntegrationGoalSNR)
See Also 





Description

Gets or sets the maximum number of pulses

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property int get_MaximumPulses();
public: __property void set_MaximumPulses(
int
);

[Unmanaged C++]
public: HRESULT get_MaximumPulses(
int * pRetVal
);
public: HRESULT put_MaximumPulses(
int NewMaximumPulses
);

[Java]
public ppInteger getMaximumPulses();public void setMaximumPulses(
ppInteger
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1