AGI STK Objects 11 Send comments on this topic.
ProbabilityOfDetectionType Property (IAgRadarWaveformBistaticReceiverSearchTrackFixedPRF)
See Also 





Description

Gets or sets the probability of detection type.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ProbabilityOfDetectionType() As AgERadarPDetType

[C#]
public AgERadarPDetType ProbabilityOfDetectionType {get; set;}

[Managed C++]
public: __property AgERadarPDetType get_ProbabilityOfDetectionType();
public: __property void set_ProbabilityOfDetectionType(
AgERadarPDetType
);

[Unmanaged C++]
public: HRESULT get_ProbabilityOfDetectionType(
AgERadarPDetType * pRetVal
);
public: HRESULT put_ProbabilityOfDetectionType(
AgERadarPDetType NewProbabilityOfDetectionType
);

[Java]
public AgERadarPDetType getProbabilityOfDetectionType();public void setProbabilityOfDetectionType(
AgERadarPDetType
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1