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






Windows & Linux

Description

Gets or sets the Bistatic Radar to Target color.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property uint^ get_BistaticRdrToTargetColor();
public: __property void set_BistaticRdrToTargetColor(
uint ^
);

[Unmanaged C++]
public: HRESULT get_BistaticRdrToTargetColor(
uint ** ppRetVal
);
public: HRESULT put_BistaticRdrToTargetColor(
uint * pNewBistaticRdrToTargetColor
);

[Java]
public long getBistaticRdrToTargetColor();public void setBistaticRdrToTargetColor(
long
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface