STK Graphics PrimitivesSend 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 ShowImagery
);
[Java]
public bool getShowImagery();
public void setShowImagery(
    bool
);
[Python - STK API ]
@property
def ShowImagery(self) -> bool:

@ShowImagery.setter
def ShowImagery(self, ShowImagery:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.