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





Windows & Linux

Description

Display the location at which the star is overhead on the globe.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property SubStarPointVisible() As Boolean
[C#]
public bool SubStarPointVisible {get; set;}
[Managed C++]
public: __property bool get_SubStarPointVisible();
public: __property void set_SubStarPointVisible( bool );
[Unmanaged C++]
public: HRESULT get_SubStarPointVisible(
    VARIANT_BOOL * pShowSubStarPoint
);
public: HRESULT put_SubStarPointVisible(
    VARIANT_BOOL ShowSubStarPoint
);
[Java]
public bool getSubStarPointVisible();
public void setSubStarPointVisible(
    bool
);
[Python - STK API ]
@property
def SubStarPointVisible(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.