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





Windows & Linux

Description

Gets the interface for setting pulse integration parameters

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property PulseIntegration() As IAgRadarPulseIntegration
[C#]
public IAgRadarPulseIntegration PulseIntegration {get;}
[Managed C++]
public: __property IAgRadarPulseIntegration ^ get_PulseIntegration();
[Unmanaged C++]
public: HRESULT get_PulseIntegration(
    IAgRadarPulseIntegration ** ppRetVal
);
[Java]
public IAgRadarPulseIntegration getPulseIntegration();
[Python - STK API ]
@property
def PulseIntegration(self) -> "IAgRadarPulseIntegration":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.