STK Graphics PrimitivesSend comments on this topic.
ShowStars Property (IAgStkGraphicsScene)
See Also
Windows





Windows & Linux

Description

Gets or sets whether stars are shown or hidden in the scene.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ShowStars() As Boolean
[C#]
public bool ShowStars {get; set;}
[Managed C++]
public: __property bool get_ShowStars();
public: __property void set_ShowStars( bool );
[Unmanaged C++]
public: HRESULT get_ShowStars(
    VARIANT_BOOL * pRetVal
);
public: HRESULT put_ShowStars(
    VARIANT_BOOL ShowStars
);
[Java]
public bool getShowStars();
public void setShowStars(
    bool
);
[Python - STK API ]
@property
def ShowStars(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.