AGI AgRadarPlugin 11 Send 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
);

[Java]
public  setProbabilityOfDetectionIntegrated(
double ProbDetIntegrated
);

[Unmanaged C++]
public: HRESULT SetProbabilityOfDetectionIntegrated(
double ProbDetIntegrated
);

Parameters

ProbDetIntegrated

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface