STK ObjectsSend comments on this topic.
Receiver Property (IAgRadarModelMonostatic)
See Also
Windows





Windows & Linux

Description

Gets the radar receiver.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.