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