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





Windows & Linux

Description

Gets or sets the flag for modeling coherent pulses.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property EnableCoherentPulses() As Boolean
[C#]
public bool EnableCoherentPulses {get; set;}
[Managed C++]
public: __property bool get_EnableCoherentPulses();
public: __property void set_EnableCoherentPulses( bool );
[Unmanaged C++]
public: HRESULT get_EnableCoherentPulses(
    VARIANT_BOOL * pVal
);
public: HRESULT put_EnableCoherentPulses(
    VARIANT_BOOL val
);
[Java]
public bool getEnableCoherentPulses();
public void setEnableCoherentPulses(
    bool
);
[Python - STK API ]
@property
def EnableCoherentPulses(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.