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





Windows & Linux

Description

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

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ShowStarLabels() As Boolean
[C#]
public bool ShowStarLabels {get; set;}
[Managed C++]
public: __property bool get_ShowStarLabels();
public: __property void set_ShowStarLabels( bool );
[Unmanaged C++]
public: HRESULT get_ShowStarLabels(
    VARIANT_BOOL * pRetVal
);
public: HRESULT put_ShowStarLabels(
    VARIANT_BOOL ShowStarLabels
);
[Java]
public bool getShowStarLabels();
public void setShowStarLabels(
    bool
);
[Python - STK API ]
@property
def ShowStarLabels(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.