AGI STK Objects 11Send 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 * pRetVal
);
public: HRESULT put_ShowRcvToTgtGRP(
   VARIANT_BOOL NewShowRcvToTgtGRP
);
[Java]
public bool getShowRcvToTgtGRP();public void setShowRcvToTgtGRP(
   bool
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.