AGI STK Objects 11 Send 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 * pRetVal
);
public: HRESULT put_SubStarLabelVisible(
VARIANT_BOOL NewSubStarLabelVisible
);

[Java]
public bool getSubStarLabelVisible();public void setSubStarLabelVisible(
bool
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface