STK ObjectsSend 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
);
[Python - STK API ]
@property
def RadarToTgtColor(self) -> agi.stk12.utilities.colors.Color:

@RadarToTgtColor.setter
def RadarToTgtColor(self, val:agi.stk12.utilities.colors.Color) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.