STK ObjectsSend 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
);
[Python - STK API ]
@property
def MaximumPulses(self) -> int:

@MaximumPulses.setter
def MaximumPulses(self, val:int) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.