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






Windows & Linux

Description

Opt whether to display boresight graphics for the transmitter's antenna.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ShowBoresight() As Boolean
[C#]
public bool ShowBoresight {get; set;}
[Managed C++]
public: __property bool get_ShowBoresight();
public: __property void set_ShowBoresight(
   bool
);
[Unmanaged C++]
public: HRESULT get_ShowBoresight(
   VARIANT_BOOL * pRetVal
);
public: HRESULT put_ShowBoresight(
   VARIANT_BOOL NewShowBoresight
);
[Java]
public bool getShowBoresight();public void setShowBoresight(
   bool
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.