AGI STK Objects 11 Send comments on this topic.
BoresightColor Property (IAgAntennaGraphics)
See Also 





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 ** ppRetVal
);
public: HRESULT put_BoresightColor(
uint * pNewBoresightColor
);

[Java]
public long getBoresightColor();public void setBoresightColor(
long
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1