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