STK ObjectsSend comments on this topic.
ShowBoresight Property (IAgTransmitterGraphics)
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 * pVal
);
public: HRESULT put_ShowBoresight(
    VARIANT_BOOL pVal
);
[Java]
public bool getShowBoresight();
public void setShowBoresight(
    bool
);
[Python - STK API ]
@property
def ShowBoresight(self) -> bool:

@ShowBoresight.setter
def ShowBoresight(self, pVal:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.