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





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

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1