Description
Gets or sets the option for showing Bistatic Radar to Target graphics.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property ShowBistaticRdrToTarget() As Boolean
|
[C#] |
---|
public bool ShowBistaticRdrToTarget {get; set;}
|
[Managed C++] |
---|
public: __property bool get_ShowBistaticRdrToTarget(); public: __property void set_ShowBistaticRdrToTarget( bool );
|
[Unmanaged C++] |
---|
public: HRESULT get_ShowBistaticRdrToTarget( VARIANT_BOOL * pRetVal ); public: HRESULT put_ShowBistaticRdrToTarget( VARIANT_BOOL NewShowBistaticRdrToTarget );
|
[Java] |
---|
public bool getShowBistaticRdrToTarget();public void setShowBistaticRdrToTarget( bool );
|
See Also