AGI STK Objects 11 Send comments on this topic.
ShowBistaticXmtrToBistaticRcvr Property (IAgRadarAccessGraphics)
See Also 





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1