STK ObjectsSend comments on this topic.
Show Property (IAgTransmitterGraphics)
See Also
Windows





Windows & Linux

Description

Opt whether to display graphics for the transmitter object

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Show() As Boolean
[C#]
public bool Show {get; set;}
[Managed C++]
public: __property bool get_Show();
public: __property void set_Show( bool );
[Unmanaged C++]
public: HRESULT get_Show(
    VARIANT_BOOL * pVal
);
public: HRESULT put_Show(
    VARIANT_BOOL val
);
[Java]
public bool getShow();
public void setShow(
    bool
);
[Python - STK API ]
@property
def Show(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.