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






Windows & Linux

Description

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

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property bool get_ShowXmtToTgtGRP();
public: __property void set_ShowXmtToTgtGRP(
bool
);

[Unmanaged C++]
public: HRESULT get_ShowXmtToTgtGRP(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_ShowXmtToTgtGRP(
VARIANT_BOOL NewShowXmtToTgtGRP
);

[Java]
public bool getShowXmtToTgtGRP();public void setShowXmtToTgtGRP(
bool
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface