Gets the bistatic receiver collection.
Read-only property
[Visual Basic .NET] |
---|
Public Property BistaticReceivers() As IAgObjectLinkCollection |
[C#] |
---|
public IAgObjectLinkCollection BistaticReceivers {get;} |
[Managed C++] |
---|
public: __property IAgObjectLinkCollection ^ get_BistaticReceivers(); |
[Unmanaged C++] |
---|
public: HRESULT get_BistaticReceivers( IAgObjectLinkCollection ** ppRetVal ); |
[Java] |
---|
public IAgObjectLinkCollection getBistaticReceivers(); |
[Python - STK API ] |
---|
@property def BistaticReceivers(self) -> "IAgObjectLinkCollection": |