AGI STK Objects 11 Send comments on this topic.
Show Property (IAgTransmitterGraphics)
See Also 





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 * pRetVal
);
public: HRESULT put_Show(
VARIANT_BOOL NewShow
);

[Java]
public bool getShow();public void setShow(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1