STK ObjectsSend comments on this topic.
BoresightColor Property (IAgTransmitterGraphics)
See Also
Windows





Windows & Linux

Description

The color in which boresight graphics display.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property BoresightColor() As System.Drawing.Color
[C#]
public System.Drawing.Color BoresightColor {get; set;}
[Managed C++]
public: __property uint get_BoresightColor();
public: __property void set_BoresightColor( uint );
[Unmanaged C++]
public: HRESULT get_BoresightColor(
    uint * pVal
);
public: HRESULT put_BoresightColor(
    uint pVal
);
[Java]
public long getBoresightColor();
public void setBoresightColor(
    long
);
[Python - STK API ]
@property
def BoresightColor(self) -> agi.stk12.utilities.colors.Color:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.