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






Windows & Linux

Description

Gets or sets the Bistatic Radar Transmitter to Bistatic Radar Receiver color.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property BistaticXmtrToBistaticRcvrColor() As System.Drawing.Color

[C#]
public System.Drawing.Color BistaticXmtrToBistaticRcvrColor {get; set;}

[Managed C++]
public: __property uint^ get_BistaticXmtrToBistaticRcvrColor();
public: __property void set_BistaticXmtrToBistaticRcvrColor(
uint ^
);

[Unmanaged C++]
public: HRESULT get_BistaticXmtrToBistaticRcvrColor(
uint ** ppRetVal
);
public: HRESULT put_BistaticXmtrToBistaticRcvrColor(
uint * pNewBistaticXmtrToBistaticRcvrColor
);

[Java]
public long getBistaticXmtrToBistaticRcvrColor();public void setBistaticXmtrToBistaticRcvrColor(
long
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface