AGI STK Objects 11 Send comments on this topic.
Visible Property (IAgVmVO)
See Also 





Description

Display volumetric object including Grid, Volume, and Cross Sections in 3D Graphics window.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Visible() As Boolean

[C#]
public bool Visible {get; set;}

[Managed C++]
public: __property bool get_Visible();
public: __property void set_Visible(
bool
);

[Unmanaged C++]
public: HRESULT get_Visible(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_Visible(
VARIANT_BOOL NewVisible
);

[Java]
public bool getVisible();public void setVisible(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1