STK ObjectsSend 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 * pVal
);
public: HRESULT put_ShowXmtToRcvGRP(
    VARIANT_BOOL val
);
[Java]
public bool getShowXmtToRcvGRP();
public void setShowXmtToRcvGRP(
    bool
);
[Python - STK API ]
@property
def ShowXmtToRcvGRP(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.