STK ObjectsSend 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 * pVal
);
public: HRESULT put_ShowXmtToTgtGRP(
    VARIANT_BOOL val
);
[Java]
public bool getShowXmtToTgtGRP();
public void setShowXmtToTgtGRP(
    bool
);
[Python - STK API ]
@property
def ShowXmtToTgtGRP(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.