Gets or sets the option for showing Bistatic Radar Transmitter to Bistatic Radar Receiver graphics.
Read-write property
[Visual Basic .NET] |
---|
Public Property ShowBistaticXmtrToBistaticRcvr() As Boolean |
[C#] |
---|
public bool ShowBistaticXmtrToBistaticRcvr {get; set;} |
[Managed C++] |
---|
public: __property bool get_ShowBistaticXmtrToBistaticRcvr(); |
[Unmanaged C++] |
---|
public: HRESULT get_ShowBistaticXmtrToBistaticRcvr( VARIANT_BOOL * pVal ); public: HRESULT put_ShowBistaticXmtrToBistaticRcvr( VARIANT_BOOL val ); |
[Java] |
---|
public bool getShowBistaticXmtrToBistaticRcvr(); public void setShowBistaticXmtrToBistaticRcvr( bool ); |