AGI STK Graphics 11 Send comments on this topic.
ShowImagery Property (IAgStkGraphicsCentralBodyGraphics)
See Also 
Windows






Windows & Linux

Description

Gets or sets whether the Imagery for Central Body in the Scene is shown or hidden.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property bool get_ShowImagery();
public: __property void set_ShowImagery(
bool
);

[Unmanaged C++]
public: HRESULT get_ShowImagery(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_ShowImagery(
VARIANT_BOOL NewShowImagery
);

[Java]
public bool getShowImagery();public void setShowImagery(
bool
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface