STK ObjectsSend comments on this topic.
SubStarLabelVisible Property (IAgStVO)
See Also
Windows





Windows & Linux

Description

Display a label at the location at which the star is overhead.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property SubStarLabelVisible() As Boolean
[C#]
public bool SubStarLabelVisible {get; set;}
[Managed C++]
public: __property bool get_SubStarLabelVisible();
public: __property void set_SubStarLabelVisible( bool );
[Unmanaged C++]
public: HRESULT get_SubStarLabelVisible(
    VARIANT_BOOL * pShowSubStarLabel
);
public: HRESULT put_SubStarLabelVisible(
    VARIANT_BOOL ShowSubStarLabel
);
[Java]
public bool getSubStarLabelVisible();
public void setSubStarLabelVisible(
    bool
);
[Python - STK API ]
@property
def SubStarLabelVisible(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.