STK AgRadarPluginSend comments on this topic.
SetProbabilityOfDetectionIntegrated Method (IAgStkRadarFixedPRFProbabilityDetectionComputeParams)
See Also
ProbDetIntegrated
Windows





Windows & Linux

Description

Sets the integrated probability of detection value.

Syntax

[Visual Basic .NET]
Public Sub SetProbabilityOfDetectionIntegrated( _
    ByVal ProbDetIntegrated As Double _
)
[C#]
public void SetProbabilityOfDetectionIntegrated(
    double ProbDetIntegrated
);
[Managed C++]
public: void SetProbabilityOfDetectionIntegrated(
    double ProbDetIntegrated
);
[Unmanaged C++]
public: HRESULT SetProbabilityOfDetectionIntegrated(
    double ProbDetIntegrated
);
[Java]
public void setProbabilityOfDetectionIntegrated(
    double ProbDetIntegrated
);

Parameters

ProbDetIntegrated

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.