AGI STK Objects 11Send 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 * pRetVal
);
public: HRESULT put_SubStarPointVisible(
   VARIANT_BOOL NewSubStarPointVisible
);
[Java]
public bool getSubStarPointVisible();public void setSubStarPointVisible(
   bool
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.