STK ObjectsSend comments on this topic.
ShowRcvToTgtGRP Property (IAgRadarMultipathGraphics)
See Also
Windows





Windows & Linux

Description

Opt whether to display graphics for the receive radar to the target ground reflection point.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ShowRcvToTgtGRP() As Boolean
[C#]
public bool ShowRcvToTgtGRP {get; set;}
[Managed C++]
public: __property bool get_ShowRcvToTgtGRP();
public: __property void set_ShowRcvToTgtGRP( bool );
[Unmanaged C++]
public: HRESULT get_ShowRcvToTgtGRP(
    VARIANT_BOOL * pVal
);
public: HRESULT put_ShowRcvToTgtGRP(
    VARIANT_BOOL val
);
[Java]
public bool getShowRcvToTgtGRP();
public void setShowRcvToTgtGRP(
    bool
);
[Python - STK API ]
@property
def ShowRcvToTgtGRP(self) -> bool:

@ShowRcvToTgtGRP.setter
def ShowRcvToTgtGRP(self, val:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.