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






Windows & Linux

Description

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

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ShowXmtToRcvGRP() As Boolean

[C#]
public bool ShowXmtToRcvGRP {get; set;}

[Managed C++]
public: __property bool get_ShowXmtToRcvGRP();
public: __property void set_ShowXmtToRcvGRP(
bool
);

[Unmanaged C++]
public: HRESULT get_ShowXmtToRcvGRP(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_ShowXmtToRcvGRP(
VARIANT_BOOL NewShowXmtToRcvGRP
);

[Java]
public bool getShowXmtToRcvGRP();public void setShowXmtToRcvGRP(
bool
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface