Gets or sets the integrator type.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property IntegratorType() As AgERadarPulseIntegratorType |
| [C#] |
|---|
public AgERadarPulseIntegratorType IntegratorType {get; set;} |
| [Managed C++] |
|---|
public: __property AgERadarPulseIntegratorType get_IntegratorType(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public AgERadarPulseIntegratorType getIntegratorType(); public void setIntegratorType( AgERadarPulseIntegratorType ); |
[Python - STK API ] |
|---|
@property def IntegratorType(self) -> "AgERadarPulseIntegratorType": @IntegratorType.setter def IntegratorType(self, val:"AgERadarPulseIntegratorType") -> None: |






