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






Windows & Linux

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 * pVal
);
public: HRESULT put_RadarToTgtColor(
    uint val
);
[Java]
public long getRadarToTgtColor();
public void setRadarToTgtColor(
    long
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.