STK ObjectsSend comments on this topic.
PulseIntegrationType Property (IAgRadarMultifunctionDetectionProcessing)
See Also
Windows





Windows & Linux

Description

Gets or sets the pulse integration type.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property PulseIntegrationType() As AgERadarPulseIntegrationType
[C#]
public AgERadarPulseIntegrationType PulseIntegrationType {get; set;}
[Managed C++]
public: __property AgERadarPulseIntegrationType get_PulseIntegrationType();
public: __property void set_PulseIntegrationType( AgERadarPulseIntegrationType );
[Unmanaged C++]
public: HRESULT get_PulseIntegrationType(
    AgERadarPulseIntegrationType * pVal
);
public: HRESULT put_PulseIntegrationType(
    AgERadarPulseIntegrationType val
);
[Java]
public AgERadarPulseIntegrationType getPulseIntegrationType();
public void setPulseIntegrationType(
    AgERadarPulseIntegrationType
);
[Python - STK API ]
@property
def PulseIntegrationType(self) -> "AgERadarPulseIntegrationType":

@PulseIntegrationType.setter
def PulseIntegrationType(self, val:"AgERadarPulseIntegrationType") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.