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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1