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





Description

Gets or sets the Radar to Target access color.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property uint^ get_RadarToTgtColor();
public: __property void set_RadarToTgtColor(
uint ^
);

[Unmanaged C++]
public: HRESULT get_RadarToTgtColor(
uint ** ppRetVal
);
public: HRESULT put_RadarToTgtColor(
uint * pNewRadarToTgtColor
);

[Java]
public long getRadarToTgtColor();public void setRadarToTgtColor(
long
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1