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





Windows & Linux

Description

Gets or sets the flag for enabling pulse cancellation.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property EnablePulseCanceller() As Boolean
[C#]
public bool EnablePulseCanceller {get; set;}
[Managed C++]
public: __property bool get_EnablePulseCanceller();
public: __property void set_EnablePulseCanceller( bool );
[Unmanaged C++]
public: HRESULT get_EnablePulseCanceller(
    VARIANT_BOOL * pVal
);
public: HRESULT put_EnablePulseCanceller(
    VARIANT_BOOL val
);
[Java]
public bool getEnablePulseCanceller();
public void setEnablePulseCanceller(
    bool
);
[Python - STK API ]
@property
def EnablePulseCanceller(self) -> bool:

@EnablePulseCanceller.setter
def EnablePulseCanceller(self, val:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.