STK ObjectsSend comments on this topic.
DetectionProcessing Property (IAgRadarModelMultifunction)
See Also
Windows





Windows & Linux

Description

Gets the radar detection processing object.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property DetectionProcessing() As IAgRadarMultifunctionDetectionProcessing
[C#]
public IAgRadarMultifunctionDetectionProcessing DetectionProcessing {get;}
[Managed C++]
public: __property IAgRadarMultifunctionDetectionProcessing ^ get_DetectionProcessing();
[Unmanaged C++]
public: HRESULT get_DetectionProcessing(
    IAgRadarMultifunctionDetectionProcessing ** ppVal
);
[Java]
public IAgRadarMultifunctionDetectionProcessing getDetectionProcessing();
[Python - STK API ]
@property
def DetectionProcessing(self) -> "IAgRadarMultifunctionDetectionProcessing":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.