STK ObjectsSend comments on this topic.
SetProbabilityOfDetection Method (IAgRadarMultifunctionDetectionProcessing)
See Also
name
Windows





Windows & Linux

Description

Sets the probability of detection algorithm by name.

Syntax

[Visual Basic .NET]
Public Sub SetProbabilityOfDetection( _
    ByVal name As String _
)
[C#]
public void SetProbabilityOfDetection(
    string name
);
[Managed C++]
public: void SetProbabilityOfDetection(
    String __gc ^ name
);
[Unmanaged C++]
public: HRESULT SetProbabilityOfDetection(
    BSTR name
);
[Java]
public void setProbabilityOfDetection(
    String name
);
[Python - STK API ]
def SetProbabilityOfDetection(self, name:str) -> None:

Parameters

name

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.