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






Windows & Linux

Description

Opt whether to display volume graphics for the antenna.

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.