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






Windows & Linux

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 * pVal
);
public: HRESULT put_MaximumPulses(
    int val
);
[Java]
public Integer getMaximumPulses();
public void setMaximumPulses(
    Integer
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.