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





Description

Opt whether to display boresight graphics for the 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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1