STK ObjectsSend comments on this topic.
NonCoherentIntegration Property (IAgRadarPulseIntegrationFixedNumberOfPulses)
See Also
Windows





Windows & Linux

Description

Gets or sets the non-coherent integration flag.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property NonCoherentIntegration() As Boolean
[C#]
public bool NonCoherentIntegration {get; set;}
[Managed C++]
public: __property bool get_NonCoherentIntegration();
public: __property void set_NonCoherentIntegration( bool );
[Unmanaged C++]
public: HRESULT get_NonCoherentIntegration(
    VARIANT_BOOL * pVal
);
public: HRESULT put_NonCoherentIntegration(
    VARIANT_BOOL val
);
[Java]
public bool getNonCoherentIntegration();
public void setNonCoherentIntegration(
    bool
);
[Python - STK API ]
@property
def NonCoherentIntegration(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.